Code

Updated
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 16:34:30 +0000 (16:34 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 16:34:30 +0000 (16:34 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16837 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 867d97c792f73630fbcad87a04b4a491405c5338..36d67b8740306b2fc5fee8995b29999f6f9035ab 100644 (file)
@@ -57,7 +57,7 @@
      <td>{t}Netboot product{/t}</td>
      <td>
 {render acl=$netbootProductACL}
-      <select name="opsi_netboot_product" onChange="document.mainform.submit();">
+      <select name="opsi_netboot_product" onChange="document.mainform.submit();" size=1>
                {foreach from=$ANP item=item key=key}
                        <option {if $key == $SNP} selected {/if} value="{$key}">{$key}</option>
                {/foreach}
@@ -65,8 +65,7 @@
 {/render}
       &nbsp;
       {if $netboot_configurable}
-                 <input type='image' name='configure_netboot' src='images/lists/edit.png'
-                       title='{t}Configure product{/t}' class='center'>
+                 {image path="images/lists/edit.png" action="configure_netboot" title="{t}Configure product{/t}">
       {else}
 <!--             <input type='image' name='dummy_10' src='images/lists/edit_gray.png'
                        title='{t}Configure product{/t}' class='center'>-->
@@ -75,7 +74,8 @@
     </tr>
    </table>
   </td>
-  <td style='vertical-align: top;'>
+  <td>
+
    <table>
     <tr>
      <td>{t}Description{/t}</td>
   </td>
  </tr>
  <tr>
-  <td style="width:50%;"><h3><img class='center' src='plugins/opsi/images/product.png' 
-               alt=' '>&nbsp;{t}Installed products{/t}</h3>
+  <td style="width:50%;"><h3>{image path="plugins/opsi/images/product.png"}&nbsp;{t}Installed products{/t}</h3>
 {render acl=$localProductACL}
        {$divSLP}
 {/render}
    <hr><br>
    {if $standalone}
     <h3>{t}Action{/t}</h3>
-       <select name='opsi_action'>
+       <select name='opsi_action' size=1>
                <option>&nbsp;</option>
                {if $is_installed}
                <option value="install">{t}Reinstall{/t}</option>
index 182734985e774f53c9e2806b2986f5a7c127803b..2980b56cdc1ea49bc30570be5043a6fa3f7ef2f3 100644 (file)
@@ -16,7 +16,7 @@
                <td>
 {render acl=$ACL}
                        {if isset($item.VALUE_CNT)}
-                               <select name="value_{$key}" style='width:180px;'>
+                               <select name="value_{$key}" style='width:180px;' size=1>
                                {foreach from=$item.VALUE key=k item=i}
                                        <option {if $item.CURRENT == $i} selected {/if} value="{$i}">{$i}</option>
                                {/foreach}