diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2014-03-23 01:56:29 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-03-23 01:56:29 +0100 |
commit | 165689a71928008f2d12f9cd8228497594899c2f (patch) | |
tree | d3a3c23bc30959290b014a86c1c50c60c7a9073c /template/en/default/admin/classifications | |
parent | d9cd47075697a363b94c575526937ad40c617a0b (diff) | |
download | bugs-165689a71928008f2d12f9cd8228497594899c2f.tar bugs-165689a71928008f2d12f9cd8228497594899c2f.tar.gz bugs-165689a71928008f2d12f9cd8228497594899c2f.tar.bz2 bugs-165689a71928008f2d12f9cd8228497594899c2f.tar.xz bugs-165689a71928008f2d12f9cd8228497594899c2f.zip |
Bug 962812: Use the "required" attribute where appropriate
r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/admin/classifications')
-rw-r--r-- | template/en/default/admin/classifications/edit-common.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/classifications/edit-common.html.tmpl b/template/en/default/admin/classifications/edit-common.html.tmpl index 9dd6c1676..c2bae5c42 100644 --- a/template/en/default/admin/classifications/edit-common.html.tmpl +++ b/template/en/default/admin/classifications/edit-common.html.tmpl @@ -13,7 +13,7 @@ <tr> <th>Classification:</th> <td><input size=64 maxlength=64 name="classification" - value="[% classification.name FILTER html %]"></td> + value="[% classification.name FILTER html %]" required></td> </tr> <tr> <th>Description:</th> |