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