Code

replaced plugbottom by pluin-actions
[gosa.git] / gosa-plugins / glpi / admin / systems / services / glpi / remove_glpi.tpl
index 454de3b193959ad7a82ea0820949283d540eb95f..83421f564cff252b44c6c159c2025c53320fac6c 100644 (file)
@@ -1,5 +1,5 @@
 <div style="font-size:18px;">
-<img alt="" src="images/button_cancel.png" align=top>&nbsp;{t}Warning{/t}
+<img alt="" src="images/warning.png" align=top>&nbsp;{t}Warning{/t}
 </div>
 <p>
  {$warning}
@@ -10,8 +10,8 @@
  {t}Best thing to do before performing this action would be to save the current contents of your MySql database in a file. So - if you've done so - press 'Delete' to continue or 'Cancel' to abort.{/t}
 </p>
 
-<p class="plugbottom">
-  <input type=submit name="delete_glpi_confirm" value="{t}Delete{/t}">
-  &nbsp;
+<hr>
+<div class="plugin-actions">
+  <input type=submit name="delete_glpi_confirm" value="{msgPool type=delButton}">
   <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
-</p>
+</div>