summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 49afec9)
raw | patch | inline | side by side (parent: 49afec9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 11:04:59 +0000 (11:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 11:04:59 +0000 (11:04 +0000) |
-Ok/Cancel/Save via msgPool
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9538 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9538 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/dns/admin/systems/services/dns/servdns.tpl | patch | blob | history | |
gosa-plugins/dns/admin/systems/services/dns/servdnseditzone.tpl | patch | blob | history |
diff --git a/gosa-plugins/dns/admin/systems/services/dns/servdns.tpl b/gosa-plugins/dns/admin/systems/services/dns/servdns.tpl
index 7848e965c4c8b900a40f007cf5a5640bce56baaa..145567c4f96ea108441aa939f81f691d366be400 100644 (file)
<h2>{t}Zones{/t}</h2>
{$ZoneList}
{if $is_createable}
- <input type="submit" name="AddZone" value="{t}Add{/t}">
+ <input type="submit" name="AddZone" value="{msgPool type=addButton}">
{else}
- <input type="button" value="{t}Add{/t}" disabled>
+ <input type="button" value="{msgPool type=addButton}" disabled>
{/if}
</td>
</tr>
diff --git a/gosa-plugins/dns/admin/systems/services/dns/servdnseditzone.tpl b/gosa-plugins/dns/admin/systems/services/dns/servdnseditzone.tpl
index 19dbf2efdacfc9fb30b2efce59021513ebde54f0..fa8aba6cc901a121eeaacb0ecd13da35acbbd7a9 100644 (file)
<input type="text" name="StrMXRecord" value="">
{/render}
{render acl=$ACLs}
- <input type="submit" name="AddMXRecord" value="{t}Add{/t}">
+ <input type="submit" name="AddMXRecord" value="{msgPool type=addButton}">
{/render}
</td>
</tr>