From b816ccdbcd69fe73a2fcd58cd13fe620d5fcb1d0 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 18 Oct 2008 21:33:33 +0000 Subject: Bug 460588: Add template hooks for adding fields to editgroups and userprefs Account Patch By Max Kanat-Alexander r=LpSolit --- template/en/default/account/prefs/account.html.tmpl | 4 +++- template/en/default/admin/groups/create.html.tmpl | 6 +++++- template/en/default/admin/groups/edit.html.tmpl | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl index 4d2a1ea60..15f0702a7 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 b0a7928ce..b3ac72372 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 7cb989d99..17d8ca142 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

-- cgit v1.2.3-24-g4f1b