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
This commit is contained in:
mkanat%bugzilla.org
2010-03-29 12:50:01 +00:00
parent 87ec1cfb2f
commit 0292c7c26e
2 changed files with 5 additions and 1 deletions

View File

@@ -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>