From 496c8e071a339ca92a9810a2abc75559ab8235fd Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 4 Nov 2005 11:20:33 +0000 Subject: [PATCH] Style fixes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1830 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/addons/mailqueue/contents.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/addons/mailqueue/contents.tpl b/plugins/addons/mailqueue/contents.tpl index 438b861fa..c6f62aee6 100644 --- a/plugins/addons/mailqueue/contents.tpl +++ b/plugins/addons/mailqueue/contents.tpl @@ -29,6 +29,7 @@ {t}Sender{/t} {if $OrderBy == "Sender"} {$SortType}{/if} {t}Recipient{/t} {if $OrderBy == "Recipient"}{$SortType}{/if} {t}Error{/t} {if $OrderBy == "Error"} {$SortType}{/if} +   {counter start=0 assign=i start=1} @@ -45,6 +46,7 @@ {$entries[$key].Sender} {$entries[$key].Recipient} {$entries[$key].Error} + deleted {counter} {/foreach} -- 2.30.2