Code

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

gosa-plugins/opsi/admin/opsi/generic.tpl
gosa-plugins/opsi/admin/opsi/opsiware.tpl
gosa-plugins/opsi/admin/opsi/properties.tpl

index 37eafa69d1fc4bfd75b14cff936c25c3bce13bc8..98401e8ce7431f1e0fae3316c0e0f48ea44e7bd2 100644 (file)
@@ -1,5 +1,5 @@
 
-<h2><img src='plugins/opsi/images/client_generic.png' alt=' ' class='center'>&nbsp;{t}OPSI host{/t}</h2>
+<h3><img src='plugins/opsi/images/client_generic.png' alt=' ' class='center'>&nbsp;{t}OPSI host{/t}</h3>
 
 {if $init_failed}
 
   </td>
  </tr>
  <tr>
-  <td style="width:50%;"><h2><img class='center' src='plugins/opsi/images/product.png' 
-               alt=' '>&nbsp;{t}Installed products{/t}</h2>
+  <td style="width:50%;"><h3><img class='center' src='plugins/opsi/images/product.png' 
+               alt=' '>&nbsp;{t}Installed products{/t}</h3>
 {render acl=$localProductACL}
        {$divSLP}
 {/render}
   </td>
-  <td style="width:50%;"><h2>{t}Available products{/t}</h2>
+  <td style="width:50%;"><h3>{t}Available products{/t}</h3>
 {render acl=$localProductACL}
        {$divALP}
 {/render}
   <td colspan="2">
    <p class='seperator'>&nbsp;</p><br>
    {if $standalone}
-    <h2><img src='images/rocket.png' alt="" class="center">&nbsp;{t}Action{/t}</h2>
+    <h3><img src='images/rocket.png' alt="" class="center">&nbsp;{t}Action{/t}</h3>
        <select name='opsi_action'>
                <option>&nbsp;</option>
                {if $is_installed}
index 73be3f1b7b8b27b16df0ea07c17f8deb28b1a445..cd9ef297e3007e9b6051403f0eedc3b709bd0c80 100644 (file)
@@ -1,17 +1,17 @@
 {if $init_failed}
-       <h2>{t}Information{/t}</h2>
+       <h3>{t}Information{/t}</h3>
        <font style='color: #FF0000;'>{msgPool type=siError p=$message}</font>
        <input type='submit' name='reinit' value="{t}Retry{/t}">
 {else}
        {if $type == 0}
-               <h2><img class='center' alt='' src='plugins/opsi/images/hardware_info.png'>&nbsp;{t}Hardware information{/t}</h2>
+               <h3><img class='center' alt='' src='plugins/opsi/images/hardware_info.png'>&nbsp;{t}Hardware information{/t}</h3>
        {else}
-               <h2><img class='center' alt='' src='plugins/opsi/images/software_info.png'>&nbsp;{t}Software information{/t}</h2>
+               <h3><img class='center' alt='' src='plugins/opsi/images/software_info.png'>&nbsp;{t}Software information{/t}</h3>
        {/if}
 
        {foreach from=$info item=item key=key}
        <div style='background-color: #E8E8E8; width: 100%; border: 2px dotted #CCCCCC;'>
-       <h2>{t}Device{/t} {$key+1}</h2>
+       <h3>{t}Device{/t} {$key+1}</h3>
                {foreach from=$item key=name item=value}
                        <div style="text-transform:lowercase;width:30%; float: left; ">{$name}:&nbsp;</div> 
                        <div style="width:70%; float: right;background-color: #DADADA;">{$value.0.VALUE}&nbsp;</div>
index c7c026e61460ad7c00d13822e07e8da897457a37..74b8166685bb775604f5bf7ddd73646781ed326e 100644 (file)
@@ -1,4 +1,4 @@
-<h2>{t}OPSI product properties{/t}</h2>
+<h3>{t}OPSI product properties{/t}</h3>
 
 
 {if $cfg_count == 0}