summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 441ab89)
raw | patch | inline | side by side (parent: 441ab89)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 13:31:32 +0000 (13:31 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 13:31:32 +0000 (13:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9566 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 427c3311f3947b1916799f61155dc662c9758f4f..f1f99f50689fa934195318d927bf27b57aaca8e4 100644 (file)
<p class="plugbottom">
{if $multiple}
- <input type=submit name="delete_multiple_device_confirm" value="{t}Delete{/t}">
+ <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="{t}Delete{/t}">
+ <input type=submit name="delete_device_confirm" value="{msgPool type=delButton}">
<input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
{/if}