Code

bdef028fc00ca3113002769532f9f5eb21b52440
[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             {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_department.png'>
15                 </td>
16         <td style='background-color:#BDBDBD ; border: solid 1px #EEEEEE'>
17                         {$Contents}
18         </td>
19         </tr>
20 </table>