summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a7cb6ac)
raw | patch | inline | side by side (parent: a7cb6ac)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 13:22:25 +0000 (13:22 +0000) | ||
committer | hickert <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
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/licenseByProduct.tpl b/gosa-plugins/opsi/admin/opsiLicenses/licenseByProduct.tpl
index 44f9d77e42870425106e1f517fbe3a80292dc077..a786190febf4104e7edb67b70a55b32dd9ec5eba 100644 (file)
{else}
<!-- GENERIC -->
-<h2>{t}License usage{/t}</h2>
+<h3>{t}License usage{/t}</h3>
{$licenseUses}
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl b/gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl
index 7fd85a635e660d5d898920dc4ee65129b136477d..0853ff245360ab265dce7b7c059cfb1dd15c4b1c 100644 (file)
<br>
{else}
-<h2>{t}License{/t}</h2>
+<h3>{t}License{/t}</h3>
<table style='width:100%'>
<tr>
<p class='separator'> </p>
-<h2>{t}License model{/t}</h2>
+<h3>{t}License model{/t}</h3>
<table width="100%">
<tr>
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/licensePoolGeneric.tpl b/gosa-plugins/opsi/admin/opsiLicenses/licensePoolGeneric.tpl
index 9db530b4a0536fec5ec8e87136c4d3f046c8464b..a400df5b6015b0340a9a74d9fa6b02c0cc077497 100644 (file)
<tr>
<td style='vertical-align:top;'>
<!-- GENERIC -->
- <h2>{t}Generic{/t}</h2>
+ <h3>{t}Generic{/t}</h3>
<table>
<tr>
<td>{t}Name{/t}</td>
</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>
<tr>
<td style='width:50%'>
<!-- APPLICATIONS -->
- <h2>{t}Applications{/t}</h2>
+ <h3>{t}Applications{/t}</h3>
<table style='width:100%;'>
<tr>
<td>
</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>
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/licenseUsage.tpl b/gosa-plugins/opsi/admin/opsiLicenses/licenseUsage.tpl
index a84d6511ea4398db1841c29c23e9a7c99c9b500f..911180f876ab90976be3aacfefa2e45826d012d6 100644 (file)
{else}
<!-- GENERIC -->
-<h2>{t}License usage{/t}</h2>
+<h3>{t}License usage{/t}</h3>
{$licenseUses}
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/licenseUsageByHost.tpl b/gosa-plugins/opsi/admin/opsiLicenses/licenseUsageByHost.tpl
index fd57126ae895957513fd5164dd19d3acf8e6b8c0..a82d76c0a8dcf28ef413c2278b8c61a886f42202 100644 (file)
<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}
{/render}
</td>
<td style='vertical-align:top;'>
- <h2>{t}Licenses used{/t}</h2>
+ <h3>{t}Licenses used{/t}</h3>
{render acl=$boundToHostACL}
{$licenseUses}
{/render}