diff options
author | Thomas Willingham <founder@kakste.com> | 2013-02-02 14:54:40 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-02-02 14:54:40 +0000 |
commit | 1633f95db8a004055e51d1580fa4394527ca8a91 (patch) | |
tree | 74e66fb8e9f58a2438a57792dace72208f6fceaa /view | |
parent | 21b04c45822546a61b93d37f78b5d0cab21b0341 (diff) | |
download | volse-hubzilla-1633f95db8a004055e51d1580fa4394527ca8a91.tar.gz volse-hubzilla-1633f95db8a004055e51d1580fa4394527ca8a91.tar.bz2 volse-hubzilla-1633f95db8a004055e51d1580fa4394527ca8a91.zip |
Clean up no longer used admin functions, plus fix summary template.
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/admin_summary.tpl | 2 | ||||
-rw-r--r-- | view/tpl/smarty3/admin_summary.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/admin_summary.tpl b/view/tpl/admin_summary.tpl index 4efe1960c..99221c13e 100644 --- a/view/tpl/admin_summary.tpl +++ b/view/tpl/admin_summary.tpl @@ -3,7 +3,7 @@ <dl> <dt>$queues.label</dt> - <dd>$queues.deliverq - $queues.queue</dd> + <dd>$queues.queue</dd> </dl> <dl> <dt>$pending.0</dt> diff --git a/view/tpl/smarty3/admin_summary.tpl b/view/tpl/smarty3/admin_summary.tpl index b3b42a139..76ac23d29 100644 --- a/view/tpl/smarty3/admin_summary.tpl +++ b/view/tpl/smarty3/admin_summary.tpl @@ -8,7 +8,7 @@ <dl> <dt>{{$queues.label}}</dt> - <dd>{{$queues.deliverq}} - {{$queues.queue}}</dd> + <dd>{{$queues.queue}}</dd> </dl> <dl> <dt>{{$pending.0}}</dt> |