Code

replaced plugbottom by pluin-actions
[gosa.git] / gosa-plugins / opsi / admin / opsi / generic.tpl
index f34a7e5f56d72c5800bdb298ec303374a7ef8c88..8f8f42fb28105fbeeaffc4bb973dffb2442067e6 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>{t}OPSI host{/t}</h3>
 
 {if $init_failed}
 
@@ -55,7 +55,7 @@
     <tr>
      <td>{t}Netboot product{/t}</td>
      <td>
-{render acl=$netbootProductACL }
+{render acl=$netbootProductACL}
       <select name="opsi_netboot_product" onChange="document.mainform.submit();">
                {foreach from=$ANP item=item key=key}
                        <option {if $key == $SNP} selected {/if} value="{$key}">{$key}</option>
  </tr>
  <tr>
   <td colspan="2">
-   <p class='seperator'>&nbsp;</p>
+   <hr>
   </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}
  </tr>
  <tr>
   <td colspan="2">
-   <p class='seperator'>&nbsp;</p><br>
+   <hr><br>
    {if $standalone}
-    <h2><img src='images/rocket.png' alt="" class="center">&nbsp;{t}Action{/t}</h2>
+    <h3>{t}Action{/t}</h3>
        <select name='opsi_action'>
                <option>&nbsp;</option>
                {if $is_installed}
   </td>
  </tr>
 </table> 
-<p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
+<hr>
 
 {$netconfig}