From 165689a71928008f2d12f9cd8228497594899c2f Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Sun, 23 Mar 2014 01:56:29 +0100 Subject: Bug 962812: Use the "required" attribute where appropriate r=LpSolit a=justdave --- template/en/default/admin/flag-type/edit.html.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template/en/default/admin/flag-type/edit.html.tmpl') diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index e52d58a9a..4ee4a999c 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -52,7 +52,7 @@ a short name identifying this type.
+ maxlength="50" [%- ' disabled="disabled"' UNLESS can_fully_edit %] required> @@ -66,6 +66,7 @@ cols = 80 defaultcontent = type.description disabled = !can_fully_edit + mandatory = 1 %] @@ -129,7 +130,7 @@ don't care what order the types appear in or if you want them to appear in alphabetical order.
+ maxlength="5" [% ' disabled="disabled"' UNLESS can_fully_edit %] required> -- cgit v1.2.3-24-g4f1b