From: mkanat%bugzilla.org <> Date: Sat, 18 Oct 2008 21:34:33 +0000 (+0000) Subject: Bug 460588: Add template hooks for adding fields to editgroups and userprefs Account X-Git-Tag: bugzilla-3.2rc2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44973f429f5dc82a6de7f8a8b62e784d41c39d04;p=thirdparty%2Fbugzilla.git Bug 460588: Add template hooks for adding fields to editgroups and userprefs Account Patch By Max Kanat-Alexander r=LpSolit --- diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl index 4d2a1ea60c..15f0702a7f 100644 --- a/template/en/default/account/prefs/account.html.tmpl +++ b/template/en/default/account/prefs/account.html.tmpl @@ -94,5 +94,7 @@ [% END %] [% END %] - + + [% Hook.process('field') %] + diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl index b0a7928ce7..b3ac723727 100644 --- a/template/en/default/admin/groups/create.html.tmpl +++ b/template/en/default/admin/groups/create.html.tmpl @@ -46,7 +46,11 @@ Icon URL: -
+ + [% Hook.process('field') %] + + +
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl index 7cb989d994..17d8ca142d 100644 --- a/template/en/default/admin/groups/edit.html.tmpl +++ b/template/en/default/admin/groups/edit.html.tmpl @@ -106,6 +106,7 @@ [% END %] + [% Hook.process('field') %]

Group Permissions