summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 73c0488)
raw | patch | inline | side by side (parent: 73c0488)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 13:22:23 +0000 (13:22 +0000) | ||
committer | hickert <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 | patch | blob | history | |
gosa-plugins/opsi/admin/opsi/opsiware.tpl | patch | blob | history | |
gosa-plugins/opsi/admin/opsi/properties.tpl | patch | blob | history |
index 37eafa69d1fc4bfd75b14cff936c25c3bce13bc8..98401e8ce7431f1e0fae3316c0e0f48ea44e7bd2 100644 (file)
-<h2><img src='plugins/opsi/images/client_generic.png' alt=' ' class='center'> {t}OPSI host{/t}</h2>
+<h3><img src='plugins/opsi/images/client_generic.png' alt=' ' class='center'> {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=' '> {t}Installed products{/t}</h2>
+ <td style="width:50%;"><h3><img class='center' src='plugins/opsi/images/product.png'
+ alt=' '> {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'> </p><br>
{if $standalone}
- <h2><img src='images/rocket.png' alt="" class="center"> {t}Action{/t}</h2>
+ <h3><img src='images/rocket.png' alt="" class="center"> {t}Action{/t}</h3>
<select name='opsi_action'>
<option> </option>
{if $is_installed}
index 73be3f1b7b8b27b16df0ea07c17f8deb28b1a445..cd9ef297e3007e9b6051403f0eedc3b709bd0c80 100644 (file)
{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'> {t}Hardware information{/t}</h2>
+ <h3><img class='center' alt='' src='plugins/opsi/images/hardware_info.png'> {t}Hardware information{/t}</h3>
{else}
- <h2><img class='center' alt='' src='plugins/opsi/images/software_info.png'> {t}Software information{/t}</h2>
+ <h3><img class='center' alt='' src='plugins/opsi/images/software_info.png'> {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}: </div>
<div style="width:70%; float: right;background-color: #DADADA;">{$value.0.VALUE} </div>
diff --git a/gosa-plugins/opsi/admin/opsi/properties.tpl b/gosa-plugins/opsi/admin/opsi/properties.tpl
index c7c026e61460ad7c00d13822e07e8da897457a37..74b8166685bb775604f5bf7ddd73646781ed326e 100644 (file)
-<h2>{t}OPSI product properties{/t}</h2>
+<h3>{t}OPSI product properties{/t}</h3>
{if $cfg_count == 0}