summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c6c117a)
raw | patch | inline | side by side (parent: c6c117a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 11:05:17 +0000 (11:05 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 11:05:17 +0000 (11:05 +0000) |
-Ok/Cancel/Save via msgPool
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9541 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9541 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/admin/systems/services/mail/goMailServer.tpl | patch | blob | history |
diff --git a/gosa-plugins/mail/admin/systems/services/mail/goMailServer.tpl b/gosa-plugins/mail/admin/systems/services/mail/goMailServer.tpl
index 719b1018de685e9ab63e73d8d805185b2529de0d..a95b9ad324ff4196622dae4637652deb2e951c37 100644 (file)
<input type="text" name="NewString_postfixMyNetworks" value="">
{/render}
{render acl=$postfixMyNetworksACL}
- <input type="submit" name="AddpostfixMyNetworks" value="{t}Add{/t}">
+ <input type="submit" name="AddpostfixMyNetworks" value="{msgPool type=addButton}">
{/render}
{render acl=$postfixMyNetworksACL}
<input type="submit" name="DelpostfixMyNetworks" value="{t}Remove{/t}">
<input type="text" name="NewString_postfixMyDestinations" value="">
{/render}
{render acl=$postfixMyDestinationsACL}
- <input type="submit" name="AddpostfixMyDestinations" value="{t}Add{/t}">
+ <input type="submit" name="AddpostfixMyDestinations" value="{msgPool type=addButton}">
{/render}
{render acl=$postfixMyDestinationsACL}
<input type="submit" name="DelpostfixMyDestinations" value="{t}Remove{/t}">
<input type="text" name="Destination_postfixTransportTable" value="">
{/render}
{render acl=$postfixTransportTableACL}
- <input type="submit" name="AddpostfixTransportTable" value="{t}Add{/t}">
+ <input type="submit" name="AddpostfixTransportTable" value="{msgPool type=addButton}">
{/render}
</td>
</tr>
<input type="text" name="Destination_postfixSenderRestrictions" value="">
{/render}
{render acl=$postfixSenderRestrictionsACL}
- <input type="submit" name="AddpostfixSenderRestrictions" value="{t}Add{/t}">
+ <input type="submit" name="AddpostfixSenderRestrictions" value="{msgPool type=addButton}">
{/render}
</td>
</tr>
<input type="text" name="Destination_postfixRecipientRestrictions" value="">
{/render}
{render acl=$postfixRecipientRestrictionsACL}
- <input type="submit" name="AddpostfixRecipientRestrictions" value="{t}Add{/t}">
+ <input type="submit" name="AddpostfixRecipientRestrictions" value="{msgPool type=addButton}">
{/render}
</td>
</tr>