summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/keywords/create.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/keywords/create.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/keywords/create.html.tmpl')
-rw-r--r--template/en/default/admin/keywords/create.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/admin/keywords/create.html.tmpl b/template/en/default/admin/keywords/create.html.tmpl
index 3c310cce0..21ecaf920 100644
--- a/template/en/default/admin/keywords/create.html.tmpl
+++ b/template/en/default/admin/keywords/create.html.tmpl
@@ -20,7 +20,7 @@
<table id="admin_table_edit">
<tr>
<th>Name:</th>
- <td><input size="64" maxlength="64" name="name" value=""></td>
+ <td><input size="64" maxlength="64" name="name" value="" required></td>
</tr>
<tr>
<th>Description:</th>
@@ -30,6 +30,7 @@
minrows = 4
cols = 64
wrap = 'virtual'
+ mandatory = 1
%]
</td>
</tr>