Code

Updated phoneAccount.
[gosa.git] / include / sieve / templates / element_allof.tpl
1 <table class='sieve_allof_container'>
2         <tr>
3         <td class='sieve_allof_left'>
4             {if $Inverse}
5                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}Not{/t}' title='{t}Inverse match{/t}'>
6             {else}
7                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}-{/t}' title='{t}Inverse match{/t}'>
8             {/if}
9                         <br>
10                         <b>{t}All of{/t}</b>
11                 </td>
12         <td class='sieve_allof_right'>
13                         {$Contents}
14         </td>
15         </tr>
16 </table>