Module: bugzilla Branch: master Commit: a064f3ce75b6674a4dd12d2a5661d3a4bc089a10 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=a064f3ce75b6674a4dd12d...
Author: Jeff Zaroyko jeffzaroyko@gmail.com Date: Wed Feb 20 07:25:49 2008 +1100
bugzilla: (resend) add a stop sign next to warning about pasting logs or backtraces
Resending this as an attachment.
When some people file bug reports they don't comply with the request that logs or backtraces not be pasted in the description field.
This patch adds a stop sign to catch peoples attention, which would hopefully remove the need to tell people off for doing the wrong thing.
From b29a80564ea0d13a7d3b0806010a1e1f81b504a9 Mon Sep 17 00:00:00 2001
From: Jeff Zaroyko jeffzaroyko@gmail.com Date: Tue, 19 Feb 2008 16:52:50 +1100 Subject: Modified warning about pasting logs into the description field when submitting new bugs. Includes stop sign to catch attention. MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.4.4.2"
This is a multi-part message in MIME format. --------------1.4.4.2 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit
---
images/stop.png | Bin 0 -> 2369 bytes template/en/default/bug/create/create.html.tmpl | 2 +- 2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/images/stop.png b/images/stop.png new file mode 100644 index 0000000..064d9a2 Binary files /dev/null and b/images/stop.png differ diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index ebc5a7f..7bdce6c 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -406,7 +406,7 @@ function handleWantsAttachment(wants_attachment) { <tr> <td> </td> <td colspan="3"> - <p>Please <b>do not PASTE</b> logs and back traces (create an attachment + <p><img src="/images/stop.png" alt="STOP">Please <b>do not PASTE</b> logs and back traces (create an attachment below, instead).</p> </td> </tr>