diff options
author | friendica <info@friendica.com> | 2013-02-02 12:50:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-02 12:50:04 -0800 |
commit | c5b00bc56cd609e91cd60d05bb7a82301ae46047 (patch) | |
tree | 30c7d511cb4e845a5d9bb31f6b8d92b6783c654d /view | |
parent | 4ee4dcf43dfe2f0bc3f39ed2a9d18b279ae73c6f (diff) | |
parent | c4ca0f796ad84cbca037ca3cfe52f7dcb0aa413f (diff) | |
download | volse-hubzilla-c5b00bc56cd609e91cd60d05bb7a82301ae46047.tar.gz volse-hubzilla-c5b00bc56cd609e91cd60d05bb7a82301ae46047.tar.bz2 volse-hubzilla-c5b00bc56cd609e91cd60d05bb7a82301ae46047.zip |
Merge pull request #26 from beardy-unixer/master
Admin page
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> |