summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b35612e)
raw | patch | inline | side by side (parent: b35612e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 11:04:12 +0000 (11:04 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9530 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/mail/admin/groups/mail/mail.tpl b/gosa-plugins/mail/admin/groups/mail/mail.tpl
index 6d57a98ae4e003c4315291cd86cc4fbfd313dc4c..53990ca9af0e3501526ddb036a487ea8b8ed54a1 100644 (file)
{/render}
{render acl=$gosaMailAlternateAddressACL}
- <input type=submit value="{t}Add{/t}" name="add_alternate">
+ <input type=submit value="{msgPool type=addButton}" name="add_alternate">
{/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">
+ <input type=submit value="{msgPool type=addButton}" name="add_forwarder">
{/render}
{render acl=$gosaMailForwardingAddressACL}
<input type=submit value="{t}Add local{/t}" name="add_local_forwarder">
diff --git a/gosa-plugins/mail/admin/groups/mail/mail_locals.tpl b/gosa-plugins/mail/admin/groups/mail/mail_locals.tpl
index 567ff4fd02bbc80e36c0bb48ff6cf7ade3fd2272..14a01ba2faa215f080c5f9c77bf3471e9a7de37a 100644 (file)
</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}">
<input type=submit name="add_locals_cancel" value="{msgPool type=cancelButton}">
</p>
diff --git a/gosa-plugins/mail/admin/groups/mail/paste_mail.tpl b/gosa-plugins/mail/admin/groups/mail/paste_mail.tpl
index e30ba9af0d29b951836c9c0021bdd81faab4cc54..15ec8cda420861ddb840c6011a36c6ef2c02fed5 100644 (file)
</select>
<br>
<input name="alternate_address" size="30" align=middle maxlength="60" value="">
- <input type=submit value="{t}Add{/t}" name="add_alternate">
+ <input type=submit value="{msgPool type=addButton}" name="add_alternate">
<input type=submit value="{t}Delete{/t}" name="delete_alternate">
</td>
<td style="vertical-align:top;width:50%">
</select>
<br>
<input name="forward_address" size=20 align=middle maxlength=65 value="">
- <input type=submit value="{t}Add{/t}" name="add_forwarder">
+ <input type=submit value="{msgPool type=addButton}" name="add_forwarder">
<input type=submit value="{t}Add local{/t}" name="add_local_forwarder">
<input type=submit value="{t}Delete{/t}" name="delete_forwarder">
</td>