Code

Starting move
[gosa.git] / plugins / admin / devices / remove.tpl
diff --git a/plugins/admin/devices/remove.tpl b/plugins/admin/devices/remove.tpl
deleted file mode 100755 (executable)
index 643056c..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<div style="font-size:18px;">
-  <img alt="" src="images/button_cancel.png" align=top>&nbsp;{t}Warning{/t}
-</div>
-<p>
- {$intro}
- {t}This may be used by several users/groups. Please double check if your really want to do this since there is no way for GOsa to get your data back.{/t}
-</p>
-<p>
- {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
-</p>
-
-<p class="plugbottom">
-       {if $multiple}
-               <input type=submit name="delete_multiple_device_confirm" value="{t}Delete{/t}">
-               &nbsp;
-               <input type=submit name="delete_multiple_device_cancel" value="{t}Cancel{/t}">
-       {else}
-               <input type=submit name="delete_device_confirm" value="{t}Delete{/t}">
-               &nbsp;
-               <input type=submit name="delete_cancel" value="{t}Cancel{/t}">
-       {/if}
-</p>
-