Code

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

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

gosa-plugins/mail/admin/groups/mail/mail.tpl
gosa-plugins/mail/admin/groups/mail/mail_locals.tpl
gosa-plugins/mail/admin/groups/mail/paste_mail.tpl

index 6d57a98ae4e003c4315291cd86cc4fbfd313dc4c..53990ca9af0e3501526ddb036a487ea8b8ed54a1 100644 (file)
 {/render}
 
 {render acl=$gosaMailAlternateAddressACL}
-   <input type=submit value="{t}Add{/t}" name="add_alternate">&nbsp;
+   <input type=submit value="{msgPool type=addButton}" name="add_alternate">&nbsp;
 {/render}
 
 {render acl=$gosaMailAlternateAddressACL}
    <input name="forward_address" size=20 align=middle maxlength=65 value="">
 {/render}
 {render acl=$gosaMailForwardingAddressACL}
-   <input type=submit value="{t}Add{/t}" name="add_forwarder">&nbsp;
+   <input type=submit value="{msgPool type=addButton}" name="add_forwarder">&nbsp;
 {/render}
 {render acl=$gosaMailForwardingAddressACL}
    <input type=submit value="{t}Add local{/t}" name="add_local_forwarder">&nbsp;
index 567ff4fd02bbc80e36c0bb48ff6cf7ade3fd2272..14a01ba2faa215f080c5f9c77bf3471e9a7de37a 100644 (file)
@@ -63,7 +63,7 @@
 </table>
 
 <p class="plugbottom">
-  <input type=submit name="add_locals_finish" value="{t}Add{/t}">
+  <input type=submit name="add_locals_finish" value="{msgPool type=addButton}">
   &nbsp;
   <input type=submit name="add_locals_cancel" value="{msgPool type=cancelButton}">
 </p>
index e30ba9af0d29b951836c9c0021bdd81faab4cc54..15ec8cda420861ddb840c6011a36c6ef2c02fed5 100644 (file)
@@ -27,7 +27,7 @@
                                                </select>
                                                <br>
                                                <input name="alternate_address" size="30" align=middle maxlength="60" value="">
-                                               <input type=submit value="{t}Add{/t}" name="add_alternate">&nbsp;
+                                               <input type=submit value="{msgPool type=addButton}" name="add_alternate">&nbsp;
                                                <input type=submit value="{t}Delete{/t}" name="delete_alternate">
                                        </td>
                                        <td style="vertical-align:top;width:50%">
@@ -38,7 +38,7 @@
                                                </select>
                                                <br>
                                                <input name="forward_address" size=20 align=middle maxlength=65 value="">
-                                               <input type=submit value="{t}Add{/t}" name="add_forwarder">&nbsp;
+                                               <input type=submit value="{msgPool type=addButton}" name="add_forwarder">&nbsp;
                                                <input type=submit value="{t}Add local{/t}" name="add_local_forwarder">&nbsp;
                                                <input type=submit value="{t}Delete{/t}" name="delete_forwarder">
                                        </td>