Code

Some template updates
[gosa.git] / include / sieve / templates / object_test_container.tpl
1 <table class='sieve_test_container'>
2         <tr>
3                 <td style='width:20px; ; text-align:center;'>   
4                         {if $DisplayAdd}
5                                 <input type='image' src='images/sieve_add_test.png' name='Add_Test_Object_{$ID}' 
6                                         title='{t}Add this object{/t}' alt='R' class='center'>
7                         {/if}
8                         {if $DisplayDel}
9                                 <input type='image' src='images/sieve_del_object.png' name='Remove_Test_Object_{$ID}' 
10                                         title='{t}Remove this object{/t}' alt='R' class='center'>
11                         {/if}
12                 </td>
13                 <td>
14                         %%OBJECT_CONTENT%%
15                 </td>
16         </tr>
17 </table>