summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d936394)
raw | patch | inline | side by side (parent: d936394)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Nov 2009 12:29:41 +0000 (12:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Nov 2009 12:29:41 +0000 (12:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14825 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/devices/remove.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/devices/remove.tpl b/gosa-plugins/goto/admin/devices/remove.tpl
index 10f738a38317cd53291c77c708daa3ce9ad9cdf8..29adedf1b6b018f89299e906b111e32f6518ab03 100644 (file)
<img alt="" src="images/warning.png" align=top> {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}
+ {$info}
+ {t}Please double check if you 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}
+ {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="{msgPool type=delButton}">
-
- <input type=submit name="delete_multiple_device_cancel" value="{msgPool type=cancelButton}">
- {else}
- <input type=submit name="delete_device_confirm" value="{msgPool type=delButton}">
-
- <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
- {/if}
+ <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
+
+ <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
</p>
-