diff options
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> |