summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 75e2f59)
raw | patch | inline | side by side (parent: 75e2f59)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:57:48 +0000 (10:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:57:48 +0000 (10:57 +0000) |
-Ok/Cancel/Save via msgPool
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9524 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9524 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/gofon/macro/remove.tpl | patch | blob | history |
index 4dbd248c545d6a329e79419beb8b38027c987964..899901fbdd2f5f193b1a3a64f79261083785080a 100644 (file)
{if $multiple}
<input type=submit name="delete_multiple_macro_confirm" value="{t}Delete{/t}">
- <input type=submit name="delete_multiple_macro_cancel" value="{t}Cancel{/t}">
+ <input type=submit name="delete_multiple_macro_cancel" value="{msgPool type=cancelButton}">
{else}
<input type=submit name="delete_macro_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>