diff --git a/view/templates/admin/workerqueue.tpl b/view/templates/admin/workerqueue.tpl new file mode 100644 index 0000000000..5bab58a5e9 --- /dev/null +++ b/view/templates/admin/workerqueue.tpl @@ -0,0 +1,21 @@ +
+

{{$title}} - {{$page}} ({{$count}})

+ +

{{$info}}

+ + + + + + + + {{foreach $entries as $e}} + + + + + + + {{/foreach}} +
{{$id_header}}{{$param_header}}{{$created_header}}{{$prio_header}}
{{$e.id}}{{$e.parameter}}{{$e.created}}{{$e.priority}}
+