Code

Added some templates && functionality
[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                         <b>{t}All 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}
16                 </td>
17         <td style='background-color:#BDBDBD ; border: solid 1px #EEEEEE'>
18                         {$Contents}
19         </td>
20         </tr>
21 </table>