Code

Fixed connectivity acls
[gosa.git] / plugins / personal / environment / hotplugDialogNew.tpl
1 <h2><img class="center" alt="" src="images/hotplug.png" align="middle">&nbsp;{t}Create new hotplug entry{/t}</h2>
2         
3         <input type="hidden" name="dialogissubmitted" value="1">
4         
5 <table width="100%" summary="">
6  <tr>
7   <td width="50%">
8         <table summary="{t}Create new hotplug device{/t}" style="border-right:1px solid #B0B0B0;width:100%">
9                 <tr>
10                         <td><LABEL for="HOT_name">{t}Device name{/t}</LABEL>{$must}
11                         </td>
12                         <td>    
13                                 <input type="text" size=40 value="{$HOT_name}" name="HOT_name" id="HOT_name">
14                         </td>
15                 </tr>
16                 <tr>
17                         <td><LABEL for="HOT_description">{t}Description{/t}</LABEL>{$must}
18                         </td>
19                         <td>
20                                 <input type="text" size=40 value="{$HOT_description}" name="HOT_description" id="HOT_description">
21                         </td>
22                 </tr>
23         </table>
24    </td>
25    <td style="vertical-align:top">
26         <table summary="">
27                 <tr>
28                         <td><LABEL for="HOT_vendor">{t}Vendor ID{/t}</LABEL>{$must}
29                         </td>
30                         <td>
31                                 <input type="text" value="{$HOT_vendor}" name="HOT_vendor" id="HOT_vendor">
32                         </td>
33                         <td><LABEL for="HOT_produkt">{t}Product ID{/t}</LABEL>{$must}
34                         </td>
35                         <td>
36                                 <input type="text" value="{$HOT_produkt}" name="HOT_produkt" id="HOT_produkt">
37                         </td>
38                 </tr>
39                 <tr>
40                         <td><LABEL for="HOT_id">{t}Device ID{/t}</LABEL>{$must}
41                         </td>
42                         <td>
43                                 <input type="text" value="{$HOT_id}" name="HOT_id" id="HOT_id">
44                         </td>
45                         <td cols="2">&nbsp;</td>
46                 </tr>
47         </table>
48 </table>
49         <p class="seperator">&nbsp;</p>
50         <p align="right">
51         <input type="submit" name="HotPlugSave"         value="{t}Save{/t}">
52         <input type="submit" name="HotPlugCancel"       value="{t}Cancel{/t}">
53         </p>
54 <script language="JavaScript" type="text/javascript">
55   <!-- // First input field on page
56   document.mainform.HOT_name.focus();
57   -->
58 </script>