Code

Fixed layout, a little bit
[gosa.git] / include / sieve / templates / object_container_clear.tpl
1 <table width="100%" cellpadding=0 cellspacing=0 style='border: solid 1px #BBB;'>
2         <tr>
3                 <td style='width:22px; background-color: #BBBBBB;'>
4                 </td>
5                 <td>
6                         <table cellspacing=0 style='width:100%;background-color:#EEEEEE;'>
7                                 <tr>
8                                         <td  style='background-color: #235464; text-align:center;'>
9                                                 &nbsp;  
10                                         </td>
11                                         <td  style='background-color: #235464; text-align:left; padding:2px;' >
12                                                 <input type='image' src='images/sieve_add_new_top.png' name='Add_Object_Top_{$ID}'
13                                                         alt='{t}Add new{/t}' title='{t}Add a new new object on top of this one.{/t}' class='center'>&nbsp;      
14                                                 <input type='image' src='images/sieve_add_new_bottom.png' name='Add_Object_Bottom_{$ID}'
15                                                         alt='{t}Add new{/t}' title='{t}Add a new new object at the bottom of this one.{/t}' class='center'>     
16                                         </td>
17                                 </tr>
18                                 <tr>
19                                         <td style='width:20px; background-color: #235464;'>     
20                                                 <input type='image' src='images/sieve_del_object.png' name='Remove_Object_{$ID}' 
21                                                         title='{t}Remove this object{/t}' alt='R'>
22                                         </td>
23                                         <td>
24                                                 %%OBJECT_CONTENT%%
25                                         </td>
26                                 </tr>
27                         </table>
28                 </td>
29         </tr>
30 </table>