diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-09-15 15:29:51 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-09-15 15:29:51 +0200 |
commit | 7d5b624cd85cbbe07c590f884831793ecca1253a (patch) | |
tree | c333a08d2c75466d24034fd19083238422fde5e7 /template/en/default | |
parent | 486c1e410167b3ba4552cc6a9d9e0783880381ce (diff) | |
download | bugs-7d5b624cd85cbbe07c590f884831793ecca1253a.tar bugs-7d5b624cd85cbbe07c590f884831793ecca1253a.tar.gz bugs-7d5b624cd85cbbe07c590f884831793ecca1253a.tar.bz2 bugs-7d5b624cd85cbbe07c590f884831793ecca1253a.tar.xz bugs-7d5b624cd85cbbe07c590f884831793ecca1253a.zip |
Bug 1204862: backout the link to view_job_queue.cgi. This script only exists in master
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/admin/admin.html.tmpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/template/en/default/admin/admin.html.tmpl b/template/en/default/admin/admin.html.tmpl index 7e3e5a157..ed41d7309 100644 --- a/template/en/default/admin/admin.html.tmpl +++ b/template/en/default/admin/admin.html.tmpl @@ -118,12 +118,6 @@ 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> |