Code

Updated table summary
[gosa.git] / gosa-plugins / mail / personal / mail / sieve / templates / element_exists.tpl
1 <table class='sieve_test_case'>
2     <tr>
3         <td style='vertical-align:top; width:200px;'>
4             {if $LastError != ""}
5                 <font color='red'>{$LastError}</font>
6                 <br>
7             {/if}
8             <b>{t}Exists{/t}</b>
9             {if $Inverse}
10                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}Not{/t}' title='{t}Inverse match{/t}'>
11             {else}
12                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}-{/t}' title='{t}Inverse match{/t}'>
13             {/if}
15                 </td>
16                 <td>
17             <textarea style='width:99%;height:20px;' name='Values_{$ID}'>{$Values}</textarea>
18                 </td>
19     </tr>
20 </table>