Code

Updated String handling in My_Tree class. To avoid losing quotes an every editing...
[gosa.git] / include / sieve / templates / object_container.tpl
1 <table class='object_container_container'> 
2         <tr>
3                 <td class='object_container_cell_top_left'>
4                         &nbsp;  
5                 </td>
6                 <td class='object_container_cell_top_right'>
7                         <input type='image' src='images/sieve_move_object_up.png' name='Move_Up_Object_{$ID}' 
8                                 title='{t}Move this object one position up{/t}' alt='{t}Up{/t}' class='center'>
9                         <a href='{$plug}&amp;Move_Up_Object_ID={$ID}'>{t}Move up{/t}</a>
11                         <input type='image' src='images/sieve_move_object_down.png' name='Move_Down_Object_{$ID}' 
12                                 title='{t}Move this object one position down{/t}' alt='{t}Down{/t}' class='center'>
13                         <a href='{$plug}&amp;Move_Down_Object_ID={$ID}'>{t}Move down{/t}</a>
15                         <input type='image' src='images/sieve_del_object.png' name='Remove_Object_{$ID}' 
16                                 title='{t}Remove this object{/t}' alt='R' class='center'>
17                         <a href='{$plug}&amp;Remove_Object_ID={$ID}'>{t}Remove this element{/t}</a>
19                         <input type='image' src='images/sieve_add_new_top.png' name='Add_Object_Top_{$ID}'
20                                 alt='{t}Add new{/t}' title='{t}Add a new new object on top of this one.{/t}' class='center'>
21                         <a href='{$plug}&amp;Add_Object_Top_ID={$ID}'>{t}Add a new element above{/t}</a>
23                         <input type='image' src='images/sieve_add_new_bottom.png' name='Add_Object_Bottom_{$ID}'
24                                 alt='{t}Add new{/t}' title='{t}Add a new new object at the bottom of this one.{/t}' class='center'>     
25                         <a href='{$plug}&amp;Add_Object_Bottom_ID={$ID}'>{t}Add a new element below{/t}</a>
26                 </td>
27         </tr>
28         <tr>
29                 <td class='object_container_cell_bottom_left'>
30                 </td>
31                 <td>
32                         %%OBJECT_CONTENT%%
33                 </td>
34         </tr>
35 </table>