diff options
author | David Lawrence <dkl@mozilla.com> | 2015-01-20 21:41:11 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-01-20 21:50:58 +0000 |
commit | e3e7b71bdea0adb8a542187af2d953c4cd8dbf11 (patch) | |
tree | 5012608cb479420ca381a9cc321ce4c5eaa9c468 | |
parent | a7c55f6144a0367de42ee1a48f331d6bdd131351 (diff) | |
download | bugs-e3e7b71bdea0adb8a542187af2d953c4cd8dbf11.tar bugs-e3e7b71bdea0adb8a542187af2d953c4cd8dbf11.tar.gz bugs-e3e7b71bdea0adb8a542187af2d953c4cd8dbf11.tar.bz2 bugs-e3e7b71bdea0adb8a542187af2d953c4cd8dbf11.tar.xz bugs-e3e7b71bdea0adb8a542187af2d953c4cd8dbf11.zip |
Bug 1122125: Add a link to release notes from admin.cgi
r=LpSolit,a=justdave
-rw-r--r-- | template/en/default/admin/admin.html.tmpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/template/en/default/admin/admin.html.tmpl b/template/en/default/admin/admin.html.tmpl index 96d0e7e6d..7e3e5a157 100644 --- a/template/en/default/admin/admin.html.tmpl +++ b/template/en/default/admin/admin.html.tmpl @@ -118,6 +118,16 @@ 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> + [% IF Param('use_mailer_queue') %] + [% class = user.in_group('admin') ? "" : "forbidden" %] + <dt id="view_job_queue" class="[% class %]"><a href="view_job_queue.cgi">Job Queue</a></dt> + <dd class="[% class %]">View the queue of undelivered/deferred jobs/emails.</dd> + [% END %] + + <dt id="release_notes"> + <a href="page.cgi?id=release-notes.html">Release Notes</a></dt> + <dd>Detailed information related to this release of Bugzilla.</dd> + [% Hook.process('end_links_right') %] </dl> </td> |