Code

Fixed layout
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Jul 2006 09:05:27 +0000 (09:05 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Jul 2006 09:05:27 +0000 (09:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4323 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/environment/hotplugDialogNew.tpl

index 3867b68adc30e293dd2497d96cf3811a3b417958..9704ebeb63beabe6bece096edb529bb669271fb5 100644 (file)
@@ -4,7 +4,7 @@
        
 <table width="100%" summary="">
  <tr>
-  <td width="50%">
+  <td width="50%" style="vertical-align:top">
        <table summary="{t}Create new hotplug device{/t}" style="border-right:1px solid #B0B0B0;width:100%">
                <tr>
                        <td><LABEL for="HOT_name">{t}Device name{/t}</LABEL>{$must}
                        <td>
                                <input type="text" value="{$HOT_vendor}" name="HOT_vendor" id="HOT_vendor">
                        </td>
-                       <td><LABEL for="HOT_produkt">{t}Product ID{/t}</LABEL>{$must}
-                       </td>
-                       <td>
-                               <input type="text" value="{$HOT_produkt}" name="HOT_produkt" id="HOT_produkt">
-                       </td>
                </tr>
                <tr>
                        <td><LABEL for="HOT_id">{t}Device ID{/t}</LABEL>{$must}
                        </td>
                        <td cols="2">&nbsp;</td>
                </tr>
+               <tr>
+                       <td><LABEL for="HOT_produkt">{t}Product ID{/t}</LABEL>{$must}
+                       </td>
+                       <td>
+                               <input type="text" value="{$HOT_produkt}" name="HOT_produkt" id="HOT_produkt">
+                       </td>
+               </tr>
        </table>
 </table>
        <p class="seperator">&nbsp;</p>