Code

<h2> => </h3>
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 13:22:53 +0000 (13:22 +0000)
committerhickert <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

gosa-plugins/dns/admin/systems/services/dns/servDNSeditZoneEntries.tpl
gosa-plugins/dns/admin/systems/services/dns/servdns.tpl
gosa-plugins/dns/admin/systems/services/dns/servdnseditzone.tpl

index 3e972844abe2b870d396725f681a60ff0434b7f4..32f88ff07c55328b28148044831f7935cc493cff 100644 (file)
@@ -1,4 +1,4 @@
-<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">&nbsp;</p>
 {if $disableDialog}
        <br><b>
index 145567c4f96ea108441aa939f81f691d366be400..8206eef46fb301eccec15c7a70c31461b30107e9 100644 (file)
@@ -2,7 +2,7 @@
 <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>
@@ -34,7 +34,7 @@
 {/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}">
index 4e3ba721a7155b2b86a280f309cb15cd73cc0945..fff40fc111f2ef5d186019431bc5f430a86a5019 100644 (file)
@@ -1,4 +1,4 @@
-<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;">
@@ -62,7 +62,7 @@
        </tr>
 </table>
 <p class="seperator">&nbsp;</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}