Code

added some summary tags
[gosa.git] / plugins / personal / environment / hotplugDialogNew.tpl
1 <h2><img alt="" src="images/house.png" align="middle">&nbsp;{t}Create new hotplug entry{/t}</h2>
2         
3         <input type="hidden" name="dialogissubmitted" value="1">
4         
5         <table summary="{t}Create new hotplug entry{/t}">
6                 <tr>
7                         <td><LABEL for="HOT_name">{t}Name{/t}</LABEL>
8                         </td>
9                         <td>    
10                                 <input type="text" value="{$HOT_name}" name="HOT_name" id="HOT_name">
11                         </td>
12                 </tr>
13                 <tr>
14                         <td><LABEL for="HOT_description">{t}Description{/t}</LABEL>
15                         </td>
16                         <td>
17                                 <input type="text" value="{$HOT_description}" name="HOT_description" id="HOT_description">
18                         </td>
19                 </tr>
20                 <tr>
21                         <td><LABEL for="HOT_id">{t}ID{/t}</LABEL>
22                         </td>
23                         <td>
24                                 <input type="text" value="{$HOT_id}" name="HOT_id" id="HOT_id">
25                         </td>
26                 </tr>
27         </table>
28         <p align="right">
29         <input type="submit" name="HotPlugSave"         value="{t}save{/t}">
30         <input type="submit" name="HotPlugCancel"       value="{t}Cancel{/t}">
31         </p>