summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormozilla%colinogilvie.co.uk <>2005-07-17 18:19:27 +0200
committermozilla%colinogilvie.co.uk <>2005-07-17 18:19:27 +0200
commitb5e92c544795bf7fa90c64c2457b9a5b728d7d2b (patch)
tree6cc5f2e7c8c88e7ad8e810d77829f0df71f523ae /template
parent5a7981bbfcf51569e5f59fd75d89ea838f681e75 (diff)
downloadbugzilla-b5e92c544795bf7fa90c64c2457b9a5b728d7d2b.tar.gz
bugzilla-b5e92c544795bf7fa90c64c2457b9a5b728d7d2b.tar.xz
Bug 300764: Deadline field on show_bug should include documentation of the date format
p=me, r=jouni, a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index e1408ff4a..9f8adbe71 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -467,7 +467,8 @@
</td>
<td align="center">
<input name="deadline" value="[% bug.deadline %]"
- size="10" maxlength="10">
+ size="10" maxlength="10"><br />
+ <small>(YYYY-MM-DD)</small>
</td>
</tr>
<tr>