Commit e3e7b71b authored by David Lawrence's avatar David Lawrence

Bug 1122125: Add a link to release notes from admin.cgi

r=LpSolit,a=justdave
parent a7c55f61
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment