From ba7bdd79b720dcb58dfd88a38f43444eb4da06f4 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 1 Mar 2015 15:55:27 -0800 Subject: queue management actions. Still needs further work such as indication of last successful connection or indication that the hub was marked offline, but these are potentially expensive queries. --- view/en/htconfig.tpl | 1 - view/tpl/admin_queue.tpl | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 view/tpl/admin_queue.tpl (limited to 'view') diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index d06e5da49..066ae39d8 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -71,7 +71,6 @@ $a->config['system']['access_policy'] = ACCESS_PRIVATE; $a->config['system']['sellpage'] = ''; // Maximum size of an imported message, 0 is unlimited -// FIXME - NOT currently implemented. $a->config['system']['max_import_size'] = 200000; diff --git a/view/tpl/admin_queue.tpl b/view/tpl/admin_queue.tpl new file mode 100644 index 000000000..2abe87db9 --- /dev/null +++ b/view/tpl/admin_queue.tpl @@ -0,0 +1,14 @@ +

{{$banner}}

+ +{{if $hasentries}} + + + +{{foreach $entries as $e}} + + +{{/foreach}} + +
{{$numentries}}  {{$desturl}}  
{{$e.total}}{{$e.outq_posturl}}
+ +{{/if}} \ No newline at end of file -- cgit v1.2.3