Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-plugins / mail / personal / mail / sieve / templates / object_container_clear.tpl
diff --git a/branches/old/gosa-plugins/mail/personal/mail/sieve/templates/object_container_clear.tpl b/branches/old/gosa-plugins/mail/personal/mail/sieve/templates/object_container_clear.tpl
new file mode 100644 (file)
index 0000000..b9d4de4
--- /dev/null
@@ -0,0 +1,28 @@
+<table class='object_container_container'> 
+       <tr>
+               <td class='object_container_cell_top_left'>
+                       &nbsp;  
+               </td>
+               <td class='object_container_cell_top_right'>
+                   <input type='image' src='plugins/mail/images/sieve_move_object_up.png' name='Move_Up_Object_{$ID}'
+                title='{t}Move this object up one position{/t}' alt='{t}Up{/t}' class='center'>
+            <a href='{$plug}&amp;Move_Up_Object_ID={$ID}'>{t}Move up{/t}</a>
+
+            <input type='image' src='plugins/mail/images/sieve_move_object_down.png' name='Move_Down_Object_{$ID}'
+                title='{t}Move this object down one position{/t}' alt='{t}Down{/t}' class='center'>
+            <a href='{$plug}&amp;Move_Down_Object_ID={$ID}'>{t}Move down{/t}</a>
+
+            <input type='image' src='plugins/mail/images/sieve_del_object.png' name='Remove_Object_{$ID}'
+                title='{t}Remove this object{/t}' alt='R' class='center'>
+            <a href='{$plug}&amp;Remove_Object_ID={$ID}'>{t}Remove element{/t}</a>
+
+               </td>
+    </tr>
+    <tr>
+               <td class='object_container_cell_bottom_left'>
+        </td>
+        <td>
+            %%OBJECT_CONTENT%%
+        </td>
+    </tr>
+</table>