Code

Updated table summary
[gosa.git] / gosa-core / plugins / admin / departments / dep_move_confirm.tpl
index 5d5cc7b77e8856330ed79d6fe20060954de193aa..979c2062e364ccc7cafe1b2514891b9bc3c0585c 100644 (file)
@@ -1,5 +1,6 @@
 <div style="font-size:18px;">
- <img alt="" src="images/warning.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}
@@ -13,6 +14,8 @@
 
 <hr>
 <div class="plugin-actions">
-       <input type='submit' name='dep_move_confirm' value='{msgPool type=saveButton}'>
-       <input type='submit' name='cancel_save' value='{msgPool type=cancelButton}'>
+       <button type='submit' name='dep_move_confirm'>{msgPool type=saveButton}</button>
+
+       <button type='submit' name='cancel_save'>{msgPool type=cancelButton}</button>
+
 </div>