Commit c8d01ecf authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 449927: "Insert new group into all existing products" should be a label when…

Bug 449927: "Insert new group into all existing products" should be a label when creating a new group - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent 3dce307f
......@@ -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 %]">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment