From 0292c7c26e18eed42deb52a596b1174f4e2aeb4f 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/trunk@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 7fa8e7c74cc..871dfd64bdd 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7095 \ No newline at end of file +7096 \ 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 1f31e3909f1..145360bfa14 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') %]