Code

Modified style.
[gosa.git] / include / sieve / templates / object_container.tpl
1 <table cellspacing=0 style='width:100%;background-color:#EEEEEE;border: solid 1px #346575;'>
2         <tr>
3                 <td style='width:20px; background-color: #235464; border: solid 0px #346575;'>  
4                         <input type='image' src='images/sieve_del_object.png' name='Remove_Object_{$ID}' 
5                                 title='{t}Remove this object{/t}' alt='R'>
6                         <input type='image' src='images/sieve_move_object_up.png' name='Move_Up_Object_{$ID}' 
7                                 title='{t}Move this object one position up{/t}' alt='{t}Up{/t}'>
8                         <input type='image' src='images/sieve_move_object_down.png' name='Move_Down_Object_{$ID}' 
9                                 title='{t}Move this object one position down{/t}' alt='{t}Down{/t}'>
10                 </td>
11                 <td>
12                         %%OBJECT_CONTENT%%
13                 </td>
14         </tr>
15 </table>