[Bugzilla] Add note to not paste logs and back traces.

Tony Lambregts tony.lambregts at gmail.com
Sat Mar 11 09:14:03 CST 2006


Change Log: Add note to attach and not paste logs and back traces.

Files changed: template/en/default/bug/edit.html.tmpl 
template/en/default/bug/create/create.html.tmpl
-------------- next part --------------
Index: template/en/default/bug/edit.html.tmpl
===================================================================
RCS file: /home/wine/bugzilla/template/en/default/bug/edit.html.tmpl,v
retrieving revision 1.2
diff -u -r1.2 edit.html.tmpl
--- template/en/default/bug/edit.html.tmpl	13 Jul 2005 22:12:45 -0000	1.2
+++ template/en/default/bug/edit.html.tmpl	11 Mar 2006 15:01:47 -0000
@@ -392,7 +392,7 @@
 [%# *** Comments Groups *** %]
 
   <br>
-  <b>Additional <u>C</u>omments:</b>
+  <b>Additional <u>C</u>omments:</b><font size"-1"> Please do not PASTE logs and back traces, (attach them instead).<font>
   [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %]
     <input type="checkbox" name="commentprivacy" value="1"> Private
   [% END %]
Index: template/en/default/bug/create/create.html.tmpl
===================================================================
RCS file: /home/wine/bugzilla/template/en/default/bug/create/create.html.tmpl,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 create.html.tmpl
--- template/en/default/bug/create/create.html.tmpl	1 Dec 2004 23:15:24 -0000	1.1.1.1
+++ template/en/default/bug/create/create.html.tmpl	11 Mar 2006 15:01:47 -0000
@@ -184,7 +184,7 @@
       <input name="short_desc" size="60" value="[% short_desc FILTER html %]">
     </td>
   </tr>
-  
+  <tr><td></td><td>Please do not PASTE logs and back traces (create an attachment instead)</td></tr> 
   <tr><td align="right" valign="top"><strong>Description:</strong></td>
     <td colspan="3">
       <textarea wrap="hard" name="comment" rows="10" cols="80">


More information about the wine-patches mailing list