Code

replaced plugbottom by pluin-actions
[gosa.git] / gosa-plugins / opsi / admin / opsi / opsiware.tpl
index 73be3f1b7b8b27b16df0ea07c17f8deb28b1a445..ab036fc31a9ab8e6a9820bbcb8d8151e6236dcb3 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>{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>{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>