summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/custom_fields/edit-common.html.tmpl
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2014-03-23 01:56:29 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-03-23 01:56:29 +0100
commit165689a71928008f2d12f9cd8228497594899c2f (patch)
treed3a3c23bc30959290b014a86c1c50c60c7a9073c /template/en/default/admin/custom_fields/edit-common.html.tmpl
parentd9cd47075697a363b94c575526937ad40c617a0b (diff)
downloadbugzilla-165689a71928008f2d12f9cd8228497594899c2f.tar.gz
bugzilla-165689a71928008f2d12f9cd8228497594899c2f.tar.xz
Bug 962812: Use the "required" attribute where appropriate
r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/admin/custom_fields/edit-common.html.tmpl')
-rw-r--r--template/en/default/admin/custom_fields/edit-common.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/custom_fields/edit-common.html.tmpl b/template/en/default/admin/custom_fields/edit-common.html.tmpl
index f54073cfe..6c22bb81f 100644
--- a/template/en/default/admin/custom_fields/edit-common.html.tmpl
+++ b/template/en/default/admin/custom_fields/edit-common.html.tmpl
@@ -19,7 +19,7 @@
[% IF field %]
[% field.name FILTER html %]
[% ELSE %]
- <input type="text" id="name" name="name" value="cf_" size="40" maxlength="64">
+ <input type="text" id="name" name="name" value="cf_" size="40" maxlength="64" required>
[% END %]
</td>
@@ -37,7 +37,7 @@
<th><label for="desc">Description:</label></th>
<td>
<input type="text" id="desc" name="desc" size="40"
- value="[% field.description FILTER html %]">
+ value="[% field.description FILTER html %]" required>
</td>
<th>