Code

Fixed connectivity acls
[gosa.git] / plugins / personal / environment / hotplugDialogNew.tpl
index 040f87dc66721c11e42763ac2dcc08d1e71d50ac..3867b68adc30e293dd2497d96cf3811a3b417958 100644 (file)
@@ -7,14 +7,14 @@
   <td width="50%">
        <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>
+                       <td><LABEL for="HOT_name">{t}Device name{/t}</LABEL>{$must}
                        </td>
                        <td>    
                                <input type="text" size=40 value="{$HOT_name}" name="HOT_name" id="HOT_name">
                        </td>
                </tr>
                <tr>
-                       <td><LABEL for="HOT_description">{t}Description{/t}</LABEL>
+                       <td><LABEL for="HOT_description">{t}Description{/t}</LABEL>{$must}
                        </td>
                        <td>
                                <input type="text" size=40 value="{$HOT_description}" name="HOT_description" id="HOT_description">
    <td style="vertical-align:top">
        <table summary="">
                <tr>
-                       <td><LABEL for="HOT_id">{t}Device ID{/t}</LABEL>
+                       <td><LABEL for="HOT_vendor">{t}Vendor ID{/t}</LABEL>{$must}
+                       </td>
+                       <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>
                                <input type="text" value="{$HOT_id}" name="HOT_id" id="HOT_id">
                        </td>
+                       <td cols="2">&nbsp;</td>
                </tr>
        </table>
 </table>