summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d20288)
raw | patch | inline | side by side (parent: 7d20288)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:55:01 +0000 (10:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 10:55:01 +0000 (10:55 +0000) |
-Ok/Cancel/Save via msgPool
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9497 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9497 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/systems/admin/systems/password.tpl b/gosa-plugins/systems/admin/systems/password.tpl
index 734a4ae0c443f629c34b36070c0acd7664167377..9668cf07cf950d543a9d67a22cea81b6dff2287e 100644 (file)
<p class="plugbottom">
<input type=submit name="password_finish" value="{t}Set password{/t}">
- <input type=submit name="password_cancel" value="{t}Cancel{/t}">
+ <input type=submit name="password_cancel" value="{msgPool type=cancelButton}">
</p>
<!-- Place cursor -->
diff --git a/gosa-plugins/systems/admin/systems/remove.tpl b/gosa-plugins/systems/admin/systems/remove.tpl
index dc5dbb2bdf99fbc2318fa53d002a25308498805b..b82606dfd026409b9d57c3439aef559e7a35a522 100644 (file)
{if $multiple}
<input type=submit name="delete_multiple_system_confirm" value="{t}Delete{/t}">
- <input type=submit name="delete_multiple_system_cancel" value="{t}Cancel{/t}">
+ <input type=submit name="delete_multiple_system_cancel" value="{msgPool type=cancelButton}">
{else}
<input type=submit name="delete_terminal_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>
diff --git a/gosa-plugins/systems/admin/systems/services/ServiceAddDialog.tpl b/gosa-plugins/systems/admin/systems/services/ServiceAddDialog.tpl
index f055f33c14cb34e4f3f943a08d49dc189ca68b09..c941a87b0658e9df188ddeba418e3763ced19ea7 100644 (file)
<div style="width:100%; text-align:right;padding-top:8px;padding-bottom:3px;">
<input type='submit' name='SaveServiceAdd' value='{t}Continue{/t}' {if !$Services} disabled {/if}>
- <input type='submit' name='CancelServiceAdd' value='{t}Cancel{/t}'>
+ <input type='submit' name='CancelServiceAdd' value='{msgPool type=cancelButton}'>
</div>