From a44eeda463c77fcdfd49ae1f8774293ed7ac7800 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Tue, 24 Jul 2018 14:10:20 +0200 Subject: [PATCH] Added bootstrap tables to queues (#5484) * Added bootstrap tables to queues * Changed to double quotes --- view/theme/frio/templates/admin/queue.tpl | 25 +++++++++++++++++++ .../frio/templates/admin/workerqueue.tpl | 21 ++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 view/theme/frio/templates/admin/queue.tpl create mode 100644 view/theme/frio/templates/admin/workerqueue.tpl diff --git a/view/theme/frio/templates/admin/queue.tpl b/view/theme/frio/templates/admin/queue.tpl new file mode 100644 index 0000000000..dde3863999 --- /dev/null +++ b/view/theme/frio/templates/admin/queue.tpl @@ -0,0 +1,25 @@ +
+

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

+ +

{{$info}}

+ + + + + + + + + + {{foreach $entries as $e}} + + + + + + + + + {{/foreach}} +
{{$id_header}}{{$to_header}}{{$url_header}}{{$network_header}}{{$created_header}}{{$last_header}}
{{$e.id}}{{$e.name}}{{$e.nurl}}{{$e.network}}{{$e.created}}{{$e.last}}
+
diff --git a/view/theme/frio/templates/admin/workerqueue.tpl b/view/theme/frio/templates/admin/workerqueue.tpl new file mode 100644 index 0000000000..ab076a0f73 --- /dev/null +++ b/view/theme/frio/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}}
+