summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups/create.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-08-09 16:04:22 +0200
committerlpsolit%gmail.com <>2008-08-09 16:04:22 +0200
commitc8d01ecf1c832c614d511b561992b598128ad4db (patch)
tree0b38ebf97c1432c4a5aa5b59f8253be03df08587 /template/en/default/admin/groups/create.html.tmpl
parent3dce307f5ecc107b64d9a887469eed6ce5aa8a3a (diff)
downloadbugzilla-c8d01ecf1c832c614d511b561992b598128ad4db.tar.gz
bugzilla-c8d01ecf1c832c614d511b561992b598128ad4db.tar.xz
Bug 449927: "Insert new group into all existing products" should be a label when creating a new group - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/admin/groups/create.html.tmpl')
-rw-r--r--template/en/default/admin/groups/create.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl
index 42a28bd34..b0a7928ce 100644
--- a/template/en/default/admin/groups/create.html.tmpl
+++ b/template/en/default/admin/groups/create.html.tmpl
@@ -48,9 +48,10 @@
<td colspan="3"><input type="text" size="70" maxlength="255" id="icon_url" name="icon_url"></td>
</tr></table><hr>
- <input type="checkbox" name="insertnew" value="1"
+ <input type="checkbox" id="insertnew" name="insertnew" value="1"
[% IF Param("makeproductgroups") %] checked[% END %]>
- Insert new group into all existing products.<p>
+ <label for="insertnew">Insert new group into all existing products.</label>
+ <p>
<input type="submit" id="create" value="Add">
<input type="hidden" name="action" value="new">
<input type="hidden" name="token" value="[% token FILTER html %]">