Code

Added sortable list to fai script
[gosa.git] / gosa-plugins / fai / admin / fai / remove_branch.tpl
index 1fb1d9f3dfc042240a58828cbb6c5bc063acf111..67628ee54b9d85ae0ed976204a4676978ac07f8d 100644 (file)
@@ -1,5 +1,6 @@
 <div style="font-size:18px;">
- <img alt="" src="images/warning.png" align=top>&nbsp;{t}Warning{/t}
+ {image path="images/warning.png" align="top"}&nbsp;{t}Warning{/t}
+
 </div>
 <p>
   {$info}
 <p>
  {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
 </p>
+<input type='hidden' name='release_hidden' value='{$release_hidden}'>
 
-<p class="plugbottom">
-  <input type=submit name="delete_branch_confirm" value="{msgPool type=delButton}">
-  &nbsp;
-  <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
-</p>
+<hr>
+<div class="plugin-actions">
+  <button type='submit' name='delete_branch_confirm'>{msgPool type=delButton}</button>
 
+  <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
+
+</div>