Code

Updated sieve stuff
[gosa.git] / include / sieve / templates / element_allof.tpl
1 <table width='100%'  cellspacing=0 cellpadding=0>
2         <tr>
3         <td style='     text-align:center; 
4                                         vertical-align: middle; 
5                                         width:45px;
6                                         background-color: #BDBDBD;
7                                         border: solid 1px #EEEEEE 
8                                         '>
9             {if $Inverse}
10                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}Not{/t}'>
11             {else}
12                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}-{/t}'>
13             {/if}
14             <img alt='' class='center' src='images/select_ogroup.png'>
15                 </td>
16         <td style='background-color:#BDBDBD ; border: solid 1px #EEEEEE'>
17                         {$Contents}
18         </td>
19         </tr>
20 </table>