Commit b816ccdb authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 460588: Add template hooks for adding fields to editgroups and userprefs Account

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
parent e24b38a7
......@@ -94,5 +94,7 @@
</tr>
[% END %]
[% END %]
[% Hook.process('field') %]
</table>
......@@ -46,7 +46,11 @@
<tr>
<th>Icon URL:</th>
<td colspan="3"><input type="text" size="70" maxlength="255" id="icon_url" name="icon_url"></td>
</tr></table><hr>
</tr>
[% Hook.process('field') %]
</table>
<hr>
<input type="checkbox" id="insertnew" name="insertnew" value="1"
[% IF Param("makeproductgroups") %] checked[% END %]>
......
......@@ -106,6 +106,7 @@
</td>
</tr>
[% END %]
[% Hook.process('field') %]
</table>
<h4>Group Permissions</h4>
......
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