Code

Moved kolab
[gosa.git] / gosa-plugins / mail / personal / mail / sieve / templates / element_size.tpl
1 <table class='sieve_test_case'>
2         <tr>
3                 <td>
4                         <b>{t}Size{/t}</b>
5                         {if $LastError != ""}
6                                 <font color='red'>{$LastError}</font>
7                                 <br>
8                         {/if}                   
10                 {if $Inverse}
11                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}Not{/t}' title='{t}Inverse match{/t}'>
12             {else}
13                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}-{/t}' title='{t}Inverse match{/t}'>
14             {/if}
16                         <select name='Match_type_{$ID}' title='{t}Select match type{/t}'>
17                                 {html_options options=$Match_types selected=$Match_type}
18                         </select>
19                         <input type='text' name='Value_{$ID}' value='{$Value}'>
20                         <select name='Value_Unit_{$ID}' title='{t}Select value unit{/t}'>
21                                 {html_options options=$Units selected=$Value_Unit}
22                         </select>
23                 </td>
24         </tr>
25 </table>