X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Faddons%2Fmailqueue%2Fcontents.tpl;h=bfaa2a4204c623f19b040eda6587aac00774250b;hb=63ff74d2121b5d2d24b20ca1c90d30c2d7348f2e;hp=c950f53fd2269fb29fac1d61caa2f6a85920b507;hpb=d699a6c453c7bde2e65f8442cb1639b6a1fedf64;p=gosa.git diff --git a/plugins/addons/mailqueue/contents.tpl b/plugins/addons/mailqueue/contents.tpl index c950f53fd..bfaa2a420 100644 --- a/plugins/addons/mailqueue/contents.tpl +++ b/plugins/addons/mailqueue/contents.tpl @@ -3,32 +3,50 @@

[F]Filter

-

- -  {t}Search for{/t} - -  in +

+ + + + + +
+ {t}Search{/t} +  {t}Search for{/t} + +  in -  {t}within the last{/t}  + {t}with status{/t} : + +  {t}within the last{/t}  -   - - - - -

+ {html_options values=$p_timeKeys output=$p_times selected=$p_time} + +   + +
  + + + + +
+

+ {if $all_ok != "true"} {t}Search returned no results{/t}... {else} - @@ -39,28 +57,57 @@ - - {counter start=0 assign=i start=1} + + {foreach from=$entries item=val key=key} - + {if ($i%2)== 0 } {else} {/if} - - - - - - + + + + + + - - - + {counter} {/foreach} @@ -71,14 +118,12 @@
{t}ID{/t} {if $OrderBy == "MailID"} {$SortType}{/if}{t}Recipient{/t} {if $OrderBy == "Recipient"}{$SortType}{/if} {t}Error{/t} {if $OrderBy == "Error"} {$SortType}{/if}    
{$entries[$key].MailID}{$entries[$key].Server}{$entries[$key].Size}{$entries[$key].Arrival}{$entries[$key].Sender}{$entries[$key].Recipient} + {if $entries[$key].Active == true} + {t}Active{/t} + {/if} + + {$entries[$key].MailID} + {$entries[$key].Server} + {$entries[$key].Size} + {$entries[$key].Arrival} + {$entries[$key].Sender} + {$entries[$key].Recipient} {$entries[$key].Error}deleteddeleteddeleted + + {t}delete{/t} + + {if $entries[$key].Hold == true} + + {t}unhold{/t} + + {else} + + {t}hold{/t} + + {/if} + + {t}requeue{/t} + + + {t}header{/t} + +
{$range_selector}
-

-   -

+

 

{/if}