diff options
author | mozilla%colinogilvie.co.uk <> | 2005-07-17 16:19:27 +0000 |
---|---|---|
committer | mozilla%colinogilvie.co.uk <> | 2005-07-17 16:19:27 +0000 |
commit | b5e92c544795bf7fa90c64c2457b9a5b728d7d2b (patch) | |
tree | 6cc5f2e7c8c88e7ad8e810d77829f0df71f523ae /template/en/default/bug/edit.html.tmpl | |
parent | 5a7981bbfcf51569e5f59fd75d89ea838f681e75 (diff) | |
download | bugs-b5e92c544795bf7fa90c64c2457b9a5b728d7d2b.tar bugs-b5e92c544795bf7fa90c64c2457b9a5b728d7d2b.tar.gz bugs-b5e92c544795bf7fa90c64c2457b9a5b728d7d2b.tar.bz2 bugs-b5e92c544795bf7fa90c64c2457b9a5b728d7d2b.tar.xz bugs-b5e92c544795bf7fa90c64c2457b9a5b728d7d2b.zip |
Bug 300764: Deadline field on show_bug should include documentation of the date format
p=me, r=jouni, a=justdave
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 |
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> |