bugzilla/template/en/default/bug edit.html.tmp ...

Jeremy Newman jnewman at wine.codeweavers.com
Tue Mar 14 14:16:10 CST 2006


ChangeSet ID:	23553
CVSROOT:	/opt/cvs-commit
Module name:	bugzilla
Changes by:	jnewman at winehq.org	2006/03/14 14:16:10

Modified files:
	template/en/default/bug: edit.html.tmpl 
	template/en/default/bug/create: create.html.tmpl 

Log message:
	Tony Lambregts <tony.lambregts at gmail.com>
	Add note to attach and not paste logs and back traces.

Patch: http://cvs.winehq.org/patch.py?id=23553

Old revision  New revision  Changes     Path
 1.2           1.3           +1 -1       bugzilla/template/en/default/bug/edit.html.tmpl
 1.1.1.1       1.2           +1 -1       bugzilla/template/en/default/bug/create/create.html.tmpl

Index: bugzilla/template/en/default/bug/edit.html.tmpl
diff -u -p bugzilla/template/en/default/bug/edit.html.tmpl:1.2 bugzilla/template/en/default/bug/edit.html.tmpl:1.3
--- bugzilla/template/en/default/bug/edit.html.tmpl:1.2	14 Mar 2006 20:16:10 -0000
+++ bugzilla/template/en/default/bug/edit.html.tmpl	14 Mar 2006 20:16:10 -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: bugzilla/template/en/default/bug/create/create.html.tmpl
diff -u -p bugzilla/template/en/default/bug/create/create.html.tmpl:1.1.1.1 bugzilla/template/en/default/bug/create/create.html.tmpl:1.2
--- bugzilla/template/en/default/bug/create/create.html.tmpl:1.1.1.1	14 Mar 2006 20:16:10 -0000
+++ bugzilla/template/en/default/bug/create/create.html.tmpl	14 Mar 2006 20:16:10 -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-cvs mailing list