From 9148b0954cc7765034ddf34ca02cef604d30c811 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Mon, 29 Mar 2010 12:50:01 +0000 Subject: [PATCH] Bug 548327: Administration page should have hooks to extend the admin links r/a=mkanat git-svn-id: svn://10.0.0.236/branches/BUGZILLA-3_4-BRANCH@260084 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../bugzilla/template/en/default/admin/admin.html.tmpl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index e7ebb451203..b56f143cd90 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -6754 \ No newline at end of file +6755 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/admin/admin.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/admin/admin.html.tmpl index ba54fa489f9..9c3a5a6bc46 100644 --- a/mozilla/webtools/bugzilla/template/en/default/admin/admin.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/admin/admin.html.tmpl @@ -82,6 +82,8 @@ and/or attachments. These states are: granted, denied, requested and undefined. You can set as many flags as desired per [% terms.bug %], and define which users are allowed to edit them. + + [% Hook.process('end_links_left') %] @@ -123,6 +125,8 @@
Set queries which will be run at some specified date and time, and get the result of these queries directly per email. This is a good way to create reminders and to keep track of the activity in your installation.
+ + [% Hook.process('end_links_right') %]