From: hickert Date: Fri, 4 Nov 2005 11:20:33 +0000 (+0000) Subject: Style fixes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=496c8e071a339ca92a9810a2abc75559ab8235fd;p=gosa.git Style fixes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1830 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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}