Code

<h2> => </h3>
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 13:22:25 +0000 (13:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 13:22:25 +0000 (13:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15939 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/opsi/admin/opsiLicenses/licenseByProduct.tpl
gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl
gosa-plugins/opsi/admin/opsiLicenses/licensePoolGeneric.tpl
gosa-plugins/opsi/admin/opsiLicenses/licenseUsage.tpl
gosa-plugins/opsi/admin/opsiLicenses/licenseUsageByHost.tpl

index 44f9d77e42870425106e1f517fbe3a80292dc077..a786190febf4104e7edb67b70a55b32dd9ec5eba 100644 (file)
@@ -8,7 +8,7 @@
 {else}
 
 <!-- GENERIC -->
-<h2>{t}License usage{/t}</h2>
+<h3>{t}License usage{/t}</h3>
 
 {$licenseUses}
 
index 7fd85a635e660d5d898920dc4ee65129b136477d..0853ff245360ab265dce7b7c059cfb1dd15c4b1c 100644 (file)
@@ -7,7 +7,7 @@
 <br>
 {else}
 
-<h2>{t}License{/t}</h2>
+<h3>{t}License{/t}</h3>
 
 <table style='width:100%'>
   <tr>
 
 <p class='separator'>&nbsp;</p>
 
-<h2>{t}License model{/t}</h2>
+<h3>{t}License model{/t}</h3>
 
 <table width="100%">
   <tr>
index 9db530b4a0536fec5ec8e87136c4d3f046c8464b..a400df5b6015b0340a9a74d9fa6b02c0cc077497 100644 (file)
@@ -12,7 +12,7 @@
   <tr> 
     <td style='vertical-align:top;'>
         <!-- GENERIC -->
-        <h2>{t}Generic{/t}</h2>
+        <h3>{t}Generic{/t}</h3>
         <table>
           <tr> 
             <td>{t}Name{/t}</td>
@@ -39,7 +39,7 @@
     </td>
     <td style='width:50%; border-left: 1px solid #AAA;padding: 5px;'>
         <!-- LICENSES -->
-        <h2>{t}Licenses{/t}</h2>
+        <h3>{t}Licenses{/t}</h3>
         <table style='width:100%;'>
           <tr> 
             <td>
@@ -61,7 +61,7 @@
   <tr>
     <td style='width:50%'>
         <!-- APPLICATIONS -->
-        <h2>{t}Applications{/t}</h2>
+        <h3>{t}Applications{/t}</h3>
         <table style='width:100%;'>
           <tr> 
             <td>
@@ -88,7 +88,7 @@
     </td>
     <td style="border-left: 1px solid #AAA; padding: 5px;vertical-align:top">
         <!-- SOFTWARE -->
-        <h2>{t}Windows software IDs{/t}</h2>
+        <h3>{t}Windows software IDs{/t}</h3>
         <table style='width:100%;'>
           <tr> 
             <td>
index a84d6511ea4398db1841c29c23e9a7c99c9b500f..911180f876ab90976be3aacfefa2e45826d012d6 100644 (file)
@@ -8,7 +8,7 @@
 {else}
 
 <!-- GENERIC -->
-<h2>{t}License usage{/t}</h2>
+<h3>{t}License usage{/t}</h3>
 
 {$licenseUses}
 
index fd57126ae895957513fd5164dd19d3acf8e6b8c0..a82d76c0a8dcf28ef413c2278b8c61a886f42202 100644 (file)
@@ -11,7 +11,7 @@
 <table width="100%">
   <tr>
     <td style='vertical-align:top;width: 50%; padding-right:5px; border-right: solid 1px #AAA; '>
-        <h2>{t}Reserved for{/t}</h2>
+        <h3>{t}Reserved for{/t}</h3>
 {render acl=$boundToHostACL}
         {$licenseReserved}
 {/render}
@@ -25,7 +25,7 @@
 {/render}
     </td>
     <td style='vertical-align:top;'>
-        <h2>{t}Licenses used{/t}</h2>
+        <h3>{t}Licenses used{/t}</h3>
 {render acl=$boundToHostACL}
         {$licenseUses}
 {/render}