]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 548327: Administration page should have hooks to extend the admin links
authorTiago Mello <timello@linux.vnet.ibm.com>
Mon, 29 Mar 2010 12:36:02 +0000 (14:36 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 29 Mar 2010 12:36:02 +0000 (14:36 +0200)
r/a=mkanat

template/en/default/admin/admin.html.tmpl

index ba54fa489f90ff692c4efc50a459af00a85ea19a..9c3a5a6bc46cb4a8f5cf56b210350f7b06037ff3 100644 (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>
 
         <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>