summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a06f5ce)
raw | patch | inline | side by side (parent: a06f5ce)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:54:26 +0000 (10:54 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:54:26 +0000 (10:54 +0000) |
-Ok/Cancel/Save via msgPool
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9491 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9491 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/applications/remove.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/applications/remove.tpl b/gosa-plugins/goto/admin/applications/remove.tpl
index 8598ed857682ce39cf116b1f00dda7b89c1838c4..2f78d8d1081d91f553509dfec121452dfec175bd 100644 (file)
{if $multiple}
<input type=submit name="delete_multiple_application_confirm" value="{t}Delete{/t}">
- <input type=submit name="delete_multiple_application_cancel" value="{t}Cancel{/t}">
+ <input type=submit name="delete_multiple_application_cancel" value="{msgPool type=cancelButton}">
{else}
<input type=submit name="delete_app_confirm" value="{t}Delete{/t}">
- <input type=submit name="delete_cancel" value="{t}Cancel{/t}">
+ <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
{/if}
</p>