From: Jeroen De Meerleer Date: Tue, 24 Jul 2018 12:10:20 +0000 (+0200) Subject: Added bootstrap tables to queues (#5484) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a44eeda463c77fcdfd49ae1f8774293ed7ac7800;p=friendica.git Added bootstrap tables to queues (#5484) * Added bootstrap tables to queues * Changed to double quotes --- 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}}
+