summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bf00e20)
raw | patch | inline | side by side (parent: bf00e20)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 13:22:53 +0000 (13:22 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 13:22:53 +0000 (13:22 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15949 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/dns/admin/systems/services/dns/servDNSeditZoneEntries.tpl b/gosa-plugins/dns/admin/systems/services/dns/servDNSeditZoneEntries.tpl
index 3e972844abe2b870d396725f681a60ff0434b7f4..32f88ff07c55328b28148044831f7935cc493cff 100644 (file)
-<h2>{t}This dialog allows you to configure all components of this DNS zone on a single list.{/t}</h2>
+<h3>{t}This dialog allows you to configure all components of this DNS zone on a single list.{/t}</h3>
<p class="seperator"> </p>
{if $disableDialog}
<br><b>
diff --git a/gosa-plugins/dns/admin/systems/services/dns/servdns.tpl b/gosa-plugins/dns/admin/systems/services/dns/servdns.tpl
index 145567c4f96ea108441aa939f81f691d366be400..8206eef46fb301eccec15c7a70c31461b30107e9 100644 (file)
<table summary="" width="100%">
<tr>
<td style="width:100%;vertical-align:top;">
- <h2>{t}DNS take over initiated{/t}</h2>
+ <h3>{t}DNS take over initiated{/t}</h3>
{$warning}
{t}This includes 'all' DNS zones that are located within this server. Please double check if your really want to do this.{/t}
<p>
{/if}
<tr>
<td style="width:100%;vertical-align:top;">
-<h2>{t}Zones{/t}</h2>
+<h3>{t}Zones{/t}</h3>
{$ZoneList}
{if $is_createable}
<input type="submit" name="AddZone" value="{msgPool type=addButton}">
diff --git a/gosa-plugins/dns/admin/systems/services/dns/servdnseditzone.tpl b/gosa-plugins/dns/admin/systems/services/dns/servdnseditzone.tpl
index 4e3ba721a7155b2b86a280f309cb15cd73cc0945..fff40fc111f2ef5d186019431bc5f430a86a5019 100644 (file)
-<h2>{t}Generic{/t}</h2>
+<h3>{t}Generic{/t}</h3>
<table summary="" width="100%">
<tr>
<td style="width:50%;vertical-align:top;border-right:1px solid #b0b0b0;">
</tr>
</table>
<p class="seperator"> </p>
-<h2>{t}SOA record{/t}</h2>
+<h3>{t}SOA record{/t}</h3>
<table summary="" width="100%">
<tr>
<td style="vertical-align:top;width:50%;border-right:1px solid #b0b0b0;">
<table summary="" width="100%">
<tr>
<td style="vertical-align:top;width:50%;border-right:1px solid #b0b0b0;">
- <h2>{t}MxRecords{/t}</h2>
+ <h3>{t}MxRecords{/t}</h3>
<table width="100%">
<tr>
<td>
</table>
</td>
<td style="vertical-align:top;">
- <h2>{t}Global zone records{/t}</h2>
+ <h3>{t}Global zone records{/t}</h3>
{render acl=$zoneRecordsACL}
{$records}
{/render}