Code

Template update .
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 11:06:36 +0000 (11:06 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Mar 2008 11:06:36 +0000 (11:06 +0000)
-Ok/Cancel/Save via msgPool

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9553 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/samba/personal/samba/samba3.tpl
gosa-plugins/samba/personal/samba/samba3_workstations.tpl

index 45718c092d5bf2965fa5f7ecc744cfaee6f91fec..5399cbb1e3061597613af8497ec029edcf4bb367 100644 (file)
        {/foreach}
    </select>
    <br>
-   <input type="submit" value="{t}Add{/t}" name="add_ws">
+   <input type="submit" value="{msgPool type=addButton}" name="add_ws">
    <input type="submit" value="{t}Delete{/t}" name="delete_ws">
 {else}
        {render acl=$sambaUserWorkstationsACL}
        {/render}
           <br>
        {render acl=$sambaUserWorkstationsACL}
-          <input type="submit" value="{t}Add{/t}" name="add_ws">
+          <input type="submit" value="{msgPool type=addButton}" name="add_ws">
        {/render}
        {render acl=$sambaUserWorkstationsACL}
           <input type="submit" value="{t}Delete{/t}" name="delete_ws">
index 6745c296e0f420a2015f44e55a83cea09b251ca2..f403a434a5bedf70b9ebb8ab80558244f9dddeb0 100644 (file)
@@ -36,7 +36,7 @@
 </table>
 
 <p class="plugbottom">
-  <input type=submit name="add_ws_finish" value="{t}Add{/t}">
+  <input type=submit name="add_ws_finish" value="{msgPool type=addButton}">
   &nbsp;
   <input type=submit name="add_ws_cancel" value="{msgPool type=cancelButton}">
 </p>