summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e61d2a5)
raw | patch | inline | side by side (parent: e61d2a5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 13:31:50 +0000 (13:31 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 13:31:50 +0000 (13:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9569 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/admin/groups/mail/mail.tpl | patch | blob | history | |
gosa-plugins/mail/admin/groups/mail/paste_mail.tpl | patch | blob | history |
diff --git a/gosa-plugins/mail/admin/groups/mail/mail.tpl b/gosa-plugins/mail/admin/groups/mail/mail.tpl
index 53990ca9af0e3501526ddb036a487ea8b8ed54a1..75fd197517e4e06a2d6191d534428655d39374f0 100644 (file)
{/render}
{render acl=$gosaMailAlternateAddressACL}
- <input type=submit value="{t}Delete{/t}" name="delete_alternate">
+ <input type=submit value="{msgPool type=delButton}" name="delete_alternate">
{/render}
</td>
<input type=submit value="{t}Add local{/t}" name="add_local_forwarder">
{/render}
{render acl=$gosaMailForwardingAddressACL}
- <input type=submit value="{t}Delete{/t}" name="delete_forwarder">
+ <input type=submit value="{msgPool type=delButton}" name="delete_forwarder">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/mail/admin/groups/mail/paste_mail.tpl b/gosa-plugins/mail/admin/groups/mail/paste_mail.tpl
index 15ec8cda420861ddb840c6011a36c6ef2c02fed5..b8644252f36dab01220c5722afee2694f654875d 100644 (file)
<br>
<input name="alternate_address" size="30" align=middle maxlength="60" value="">
<input type=submit value="{msgPool type=addButton}" name="add_alternate">
- <input type=submit value="{t}Delete{/t}" name="delete_alternate">
+ <input type=submit value="{msgPool type=delButton}" name="delete_alternate">
</td>
<td style="vertical-align:top;width:50%">
{t}Forward messages to non group members{/t}
<input name="forward_address" size=20 align=middle maxlength=65 value="">
<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">
+ <input type=submit value="{msgPool type=delButton}" name="delete_forwarder">
</td>
</tr>
</table>