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/components/edit-common.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template/en/default/admin/components') diff --git a/template/en/default/admin/components/edit-common.html.tmpl b/template/en/default/admin/components/edit-common.html.tmpl index 00b80baa8..72300af79 100644 --- a/template/en/default/admin/components/edit-common.html.tmpl +++ b/template/en/default/admin/components/edit-common.html.tmpl @@ -17,7 +17,7 @@ + value="[%- comp.name FILTER html %]" required> @@ -29,6 +29,7 @@ cols = 64 wrap = 'virtual' defaultcontent = comp.description + mandatory = 1 %] @@ -40,6 +41,7 @@ id => "initialowner" value => comp.default_assignee.login size => 64 + mandatory => 1 %] -- cgit v1.2.3-24-g4f1b