Code

Some design changes
[gosa.git] / include / sieve / templates / object_container.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;'>
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}' class='center'>
10                         {t}Move down{/t}
11                         <input type='image' src='images/sieve_move_object_up.png' name='Move_Up_Object_{$ID}' 
12                                 title='{t}Move this object one position up{/t}' alt='{t}Up{/t}' class='center'>
13                         {t}Move up{/t}
14                         <input type='image' src='images/sieve_del_object.png' name='Remove_Object_{$ID}' 
15                                 title='{t}Remove this object{/t}' alt='R' class='center'>
16                         {t}Remove this element{/t}
17                         <input type='image' src='images/sieve_add_new_top.png' name='Add_Object_Top_{$ID}'
18                                 alt='{t}Add new{/t}' title='{t}Add a new new object on top of this one.{/t}' class='center'>
19                         {t}Add a new element above{/t}
20                         <input type='image' src='images/sieve_add_new_bottom.png' name='Add_Object_Bottom_{$ID}'
21                                 alt='{t}Add new{/t}' title='{t}Add a new new object at the bottom of this one.{/t}' class='center'>     
22                         {t}Add a new element below{/t}
23                 </td>
24         </tr>
25         <tr>
26                 <td style='width:5px; background-color: #CCCCCC; text-align:center; border-right: solid 1px #AAAAAA;'>  
27                 </td>
28                 <td>
29                         %%OBJECT_CONTENT%%
30                 </td>
31         </tr>
32 </table>