Code

Some template updates
[gosa.git] / include / sieve / templates / object_container_clear.tpl
1 <table cellspacing=0 style='width:100%;background-color:#EEEEEE;border: solid 1px #AAAAAA;'>
2     <tr>
3         <td  style='background-color: #CCCCCC; text-align:center; '>
4             &nbsp;
5         </td>
6         <td  style='background-color: #CCCCCC; text-align:left; padding:2px;  border-bottom: solid 1px #AAAAAA;'>
10             <input type='image' src='images/sieve_move_object_down.png' name='Move_Down_Object_{$ID}'
11                 title='{t}Move this object one position down{/t}' alt='{t}Down{/t}' class='center'>
12             {t}Move down{/t}
13             <input type='image' src='images/sieve_move_object_up.png' name='Move_Up_Object_{$ID}'
14                 title='{t}Move this object one position up{/t}' alt='{t}Up{/t}' class='center'>
15             {t}Move up{/t}
16             <input type='image' src='images/sieve_del_object.png' name='Remove_Object_{$ID}'
17                 title='{t}Remove this object{/t}' alt='R' class='center'>
18             {t}Remove this element{/t}
19                 </td>
20     </tr>
21     <tr>
22         <td style='width:5px; background-color: #CCCCCC; text-align:center; border-right: solid 1px #AAAAAA;'>
23         </td>
24         <td>
25             %%OBJECT_CONTENT%%
26         </td>
27     </tr>
28 </table>