From e3e7b71bdea0adb8a542187af2d953c4cd8dbf11 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 20 Jan 2015 21:41:11 +0000 Subject: Bug 1122125: Add a link to release notes from admin.cgi r=LpSolit,a=justdave --- template/en/default/admin/admin.html.tmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'template') 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. + [% 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') %] -- cgit v1.2.1