From: David Lawrence Date: Tue, 20 Jan 2015 21:41:11 +0000 (+0000) Subject: Bug 1122125: Add a link to release notes from admin.cgi X-Git-Tag: bugzilla-5.0rc1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e7b71bdea0adb8a542187af2d953c4cd8dbf11;p=thirdparty%2Fbugzilla.git Bug 1122125: Add a link to release notes from admin.cgi r=LpSolit,a=justdave --- diff --git a/template/en/default/admin/admin.html.tmpl b/template/en/default/admin/admin.html.tmpl index 96d0e7e6df..7e3e5a1579 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. + [% IF Param('use_mailer_queue') %] + [% class = user.in_group('admin') ? "" : "forbidden" %] +
Job Queue
+
View the queue of undelivered/deferred jobs/emails.
+ [% END %] + +
+ Release Notes
+
Detailed information related to this release of Bugzilla.
+ [% Hook.process('end_links_right') %]