From 9c623cb93101c9bb8bf8c0428ca66dd5f7fdc63d Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 4 Dec 2009 14:20:39 +0000 Subject: Bug 204106: Make enter_bug indicate which fields are mandatory Patch by Max Kanat-Alexander r=dkl, a=mkanat --- template/en/default/bug/create/create.html.tmpl | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 21f7959a2..9b5944cc5 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -193,16 +193,20 @@ TUI_hide_default('expert_fields'); - - Hide + + Hide Advanced Fields [%# Show the link if the browser supports JS %] + + (* = + Required Field) + @@ -215,12 +219,13 @@ TUI_hide_default('expert_fields'); [%# We can't use the select block in these two cases for various reasons. %] - + Component: - [%# Build the lists of assignees and QA contacts if "usemenuforusers" is enabled. %] [% IF Param("usemenuforusers") %] [% assignees_list = user.get_userlist.clone %] @@ -482,10 +487,11 @@ TUI_hide_default('expert_fields'); - Summary: + Summary: + maxlength="255" spellcheck="true" aria-required="true" + class="required"> -- cgit v1.2.3-24-g4f1b