diff options
author | Tiago Mello <timello@linux.vnet.ibm.com> | 2010-03-29 14:31:35 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-03-29 14:31:35 +0200 |
commit | 1c5cd01eed5bc54774ba4df8ec94124e4594ffc1 (patch) | |
tree | 51a8b7a24ee31601a152ae297b5440d564dde59c /template/en/default/admin | |
parent | 2bd13faae4838fc4904000da51b3555cd5b2b40a (diff) | |
download | bugzilla-1c5cd01eed5bc54774ba4df8ec94124e4594ffc1.tar.gz bugzilla-1c5cd01eed5bc54774ba4df8ec94124e4594ffc1.tar.xz |
Bug 548327: Administration page should have hooks to extend the admin links
r/a=mkanat
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/admin.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/admin/admin.html.tmpl b/template/en/default/admin/admin.html.tmpl index 1f31e3909..145360bfa 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.</dd> + + [% Hook.process('end_links_left') %] </dl> </td> @@ -123,6 +125,8 @@ <dd class="[% class %]">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.</dd> + + [% Hook.process('end_links_right') %] </dl> </td> </tr> |