From: Tiago Mello Date: Mon, 29 Mar 2010 12:36:02 +0000 (+0200) Subject: Bug 548327: Administration page should have hooks to extend the admin links X-Git-Tag: bugzilla-3.4.7~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ffbb2c9481dc3457c2910b427c354a50af260dc;p=thirdparty%2Fbugzilla.git Bug 548327: Administration page should have hooks to extend the admin links r/a=mkanat --- diff --git a/template/en/default/admin/admin.html.tmpl b/template/en/default/admin/admin.html.tmpl index ba54fa489f..9c3a5a6bc4 100644 --- a/template/en/default/admin/admin.html.tmpl +++ b/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') %]