Code

Corrected kioskpath parsing
[gosa.git] / plugins / personal / environment / hotplugDialogNew.tpl
index 8b1cd6bbed846d3a63e940c9e7b895bf5bbb2d69..f65565328a87747b2852aa304e1b91bf2b3d6701 100644 (file)
@@ -2,26 +2,26 @@
        
        <input type="hidden" name="dialogissubmitted" value="1">
        
-       <table>
+       <table summary="{t}Create new hotplug entry{/t}">
                <tr>
-                       <td>{t}Name{/t}
+                       <td><LABEL for="HOT_name">{t}Name{/t}</LABEL>
                        </td>
                        <td>    
-                               <input type="text" value="{$HOT_name}" name="HOT_name">
+                               <input type="text" value="{$HOT_name}" name="HOT_name" id="HOT_name">
                        </td>
                </tr>
                <tr>
-                       <td>{t}Description{/t}
+                       <td><LABEL for="HOT_description">{t}Description{/t}</LABEL>
                        </td>
                        <td>
-                               <input type="text" value="{$HOT_description}" name="HOT_description">
+                               <input type="text" value="{$HOT_description}" name="HOT_description" id="HOT_description">
                        </td>
                </tr>
                <tr>
-                       <td>{t}ID{/t}
+                       <td><LABEL for="HOT_id">{t}ID{/t}</LABEL>
                        </td>
                        <td>
-                               <input type="text" value="{$HOT_id}" name="HOT_id">
+                               <input type="text" value="{$HOT_id}" name="HOT_id" id="HOT_id">
                        </td>
                </tr>
        </table>