Code

replaced plugbottom by pluin-actions
[gosa.git] / gosa-core / plugins / admin / departments / dep_move_confirm.tpl
index a18e7932c13046eca79079e73e439653fa4df097..5d5cc7b77e8856330ed79d6fe20060954de193aa 100644 (file)
@@ -1,5 +1,5 @@
 <div style="font-size:18px;">
- <img alt="" src="images/button_cancel.png" align=top>&nbsp;{t}Warning{/t} - {t}You are currently moving/renaming this department.{/t}
+ <img alt="" src="images/warning.png" align=top>&nbsp;{t}Warning{/t} - {t}You are currently moving/renaming this department.{/t}
 </div>
 <p>
 {t}Modifying a departments naming attribute 'ou' or base may corrupt acls and snapshot entries for all entire objects.{/t}
@@ -11,9 +11,8 @@
 {t}Before you confirm this action, ensure that everything will be as expected, possibly the best solution is a backup.{/t} 
 </p>
 
-<p class="plugbottom">
+<hr>
+<div class="plugin-actions">
        <input type='submit' name='dep_move_confirm' value='{msgPool type=saveButton}'>
-       &nbsp;
        <input type='submit' name='cancel_save' value='{msgPool type=cancelButton}'>
-</p>
-
+</div>