aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_queue.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/admin_queue.tpl')
-rw-r--r--view/tpl/admin_queue.tpl15
1 files changed, 0 insertions, 15 deletions
diff --git a/view/tpl/admin_queue.tpl b/view/tpl/admin_queue.tpl
deleted file mode 100644
index 9d3d848c9..000000000
--- a/view/tpl/admin_queue.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-<div class="generic-content-wrapper-styled">
-<h3>{{$banner}}</h3>
-
-{{if $hasentries}}
-
-<table cellpadding="10" id="admin-queue-table"><tr><td>{{$numentries}}&nbsp;&nbsp;</td><td>{{$desturl}}</td><td>{{$priority}}</td><td>&nbsp;</td><td>&nbsp;</td></tr>
-
-{{foreach $entries as $e}}
-
-<tr><td>{{$e.total}}</td><td>{{$e.outq_posturl}}</td><td>{{$e.priority}}</td>{{if $expert}}<td><a href="admin/queue?f=&drophub={{$e.eurl}}" title="{{$nukehub}}" class="btn btn-outline-secondary"><i class="fa fa-times"></i><a></td><td><a href="admin/queue?f=&emptyhub={{$e.eurl}}" title="{{$empty}}" class="btn btn-outline-secondary"><i class="fa fa-trash-o"></i></a></td>{{/if}}</tr>
-{{/foreach}}
-
-</table>
-
-{{/if}}