Code

Template update .
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 10:55:01 +0000 (10:55 +0000)
committerhickert <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

gosa-plugins/systems/admin/systems/password.tpl
gosa-plugins/systems/admin/systems/remove.tpl
gosa-plugins/systems/admin/systems/services/ServiceAddDialog.tpl

index 734a4ae0c443f629c34b36070c0acd7664167377..9668cf07cf950d543a9d67a22cea81b6dff2287e 100644 (file)
@@ -27,7 +27,7 @@
 <p class="plugbottom">
   <input type=submit name="password_finish" value="{t}Set password{/t}">
   &nbsp;
-  <input type=submit name="password_cancel" value="{t}Cancel{/t}">
+  <input type=submit name="password_cancel" value="{msgPool type=cancelButton}">
 </p>
 
 <!-- Place cursor -->
index dc5dbb2bdf99fbc2318fa53d002a25308498805b..b82606dfd026409b9d57c3439aef559e7a35a522 100644 (file)
        {if $multiple}
                <input type=submit name="delete_multiple_system_confirm" value="{t}Delete{/t}">
                &nbsp;
-               <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}">
                &nbsp;
-               <input type=submit name="delete_cancel" value="{t}Cancel{/t}">
+               <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
        {/if}
 </p>
index f055f33c14cb34e4f3f943a08d49dc189ca68b09..c941a87b0658e9df188ddeba418e3763ced19ea7 100644 (file)
@@ -27,6 +27,6 @@
 <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}>
     &nbsp;
-    <input type='submit' name='CancelServiceAdd' value='{t}Cancel{/t}'>
+    <input type='submit' name='CancelServiceAdd' value='{msgPool type=cancelButton}'>
 </div>