Code

Fixed icon order and links
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Mar 2007 13:49:26 +0000 (13:49 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Mar 2007 13:49:26 +0000 (13:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5888 594d385d-05f5-0310-b6e9-bd551577e9d8

include/sieve/templates/object_container.tpl
include/sieve/templates/object_container_clear.tpl

index f9ddb0fe9a06973b53513032f14a545e87470957..02584301475ca15427ebee16ca436c121c93f1cd 100644 (file)
@@ -4,14 +4,14 @@
                        &nbsp;  
                </td>
                <td class='object_container_cell_top_right'>
-                       <input type='image' src='images/sieve_move_object_down.png' name='Move_Down_Object_{$ID}' 
-                               title='{t}Move this object one position down{/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='images/sieve_move_object_up.png' name='Move_Up_Object_{$ID}' 
                                title='{t}Move this object one position up{/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='images/sieve_move_object_down.png' name='Move_Down_Object_{$ID}' 
+                               title='{t}Move this object one position down{/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='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 this element{/t}</a>
index d96a2ab6fdebe9b299c409fcd86ebf84a83e836b..a32427ca92e102e895c391ed994aedf89a18d5b7 100644 (file)
@@ -4,15 +4,18 @@
                        &nbsp;  
                </td>
                <td class='object_container_cell_top_right'>
+                   <input type='image' src='images/sieve_move_object_up.png' name='Move_Up_Object_{$ID}'
+                title='{t}Move this object one position up{/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='images/sieve_move_object_down.png' name='Move_Down_Object_{$ID}'
                 title='{t}Move this object one position down{/t}' alt='{t}Down{/t}' class='center'>
-            {t}Move down{/t}
-            <input type='image' src='images/sieve_move_object_up.png' name='Move_Up_Object_{$ID}'
-                title='{t}Move this object one position up{/t}' alt='{t}Up{/t}' class='center'>
-            {t}Move up{/t}
+            <a href='{$plug}&amp;Move_Down_Object_ID={$ID}'>{t}Move down{/t}</a>
+
             <input type='image' src='images/sieve_del_object.png' name='Remove_Object_{$ID}'
                 title='{t}Remove this object{/t}' alt='R' class='center'>
-            {t}Remove this element{/t}
+            <a href='{$plug}&amp;Remove_Object_ID={$ID}'>{t}Remove this element{/t}</a>
+
                </td>
     </tr>
     <tr>