summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 336e2cb)
raw | patch | inline | side by side (parent: 336e2cb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:57:28 +0000 (10:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:57:28 +0000 (10:57 +0000) |
-Ok/Cancel/Save via msgPool
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9521 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9521 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofax/gofax/blocklists/generic.tpl | patch | blob | history | |
gosa-plugins/gofax/gofax/blocklists/remove.tpl | patch | blob | history |
diff --git a/gosa-plugins/gofax/gofax/blocklists/generic.tpl b/gosa-plugins/gofax/gofax/blocklists/generic.tpl
index df9f84a6bdc98ae19727975d3c473edef5a73580..18ffe80aa8e1e591977b46c5ed1642d85d377c1b 100644 (file)
</table>
<p class="plugbottom">
- <input type=submit name="edit_finish" style="width:80px" value="{t}Ok{/t}">
- <input type=submit name="edit_apply" value="{t}Apply{/t}">
- <input type=submit name="edit_cancel" value="{t}Cancel{/t}">
+ <input type=submit name="edit_finish" style="width:80px" value="{msgPool type=okButton}">
+ <input type=submit name="edit_apply" value="{msgPool type=applyButton}">
+ <input type=submit name="edit_cancel" value="{msgPool type=cancelButton}">
</p>
<input type='hidden' name='blocklist_posted' value="1">
<!-- Place cursor -->
diff --git a/gosa-plugins/gofax/gofax/blocklists/remove.tpl b/gosa-plugins/gofax/gofax/blocklists/remove.tpl
index ebea1e3ca9e8aa450846dd9567a5024660511295..519477fe2dd51c2339b6636d071af0f160f781ce 100644 (file)
{if $multiple}
<input type=submit name="delete_multiple_blocklist_confirm" value="{t}Delete{/t}">
- <input type=submit name="delete_multiple_blocklist_cancel" value="{t}Cancel{/t}">
+ <input type=submit name="delete_multiple_blocklist_cancel" value="{msgPool type=cancelButton}">
{else}
<input type=submit name="delete_blocklist_confirm" value="{t}Delete{/t}">
- <input type=submit name="delete_blocklist_cancel" value="{t}Cancel{/t}">
+ <input type=submit name="delete_blocklist_cancel" value="{msgPool type=cancelButton}">
{/if}
</p>