Code

Some changes
[gosa.git] / include / sieve / templates / element_anyof.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: #AAAAAA; 
7                                         border: solid 1px #EEEEEE
8                                         '>
9                         <b>{t}Any of{/t}</b>
10             {if $Inverse}
11                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}Not{/t}'>
12             {else}
13                 <input type='submit' name='toggle_inverse_{$ID}' value='{t}-{/t}'>
14             {/if}
15                 </td>
16         <td style='background-color:#BDBDBD ; border: solid 1px #EEEEEE'>
17                         {$Contents}
18         </td>
19         </tr>
20 </table>