Code

Updated table summary
[gosa.git] / gosa-core / plugins / admin / departments / dep_move_confirm.tpl
index 9338b7611c6efd1bce69a18aedb4fcff0b4a6bcf..979c2062e364ccc7cafe1b2514891b9bc3c0585c 100644 (file)
@@ -1,5 +1,6 @@
 <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}
+ {image path="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}
 {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">
-       <input type='submit' name='dep_move_confirm' value='{t}Save{/t}'>
-       &nbsp;
-       <input type='submit' name='cancel_save' value='{t}Cancel{/t}'>
-</p>
+<hr>
+<div class="plugin-actions">
+       <button type='submit' name='dep_move_confirm'>{msgPool type=saveButton}</button>
 
+       <button type='submit' name='cancel_save'>{msgPool type=cancelButton}</button>
+
+</div>