Code

Layout changes
[gosa.git] / plugins / personal / environment / hotplugDialog.tpl
1 <h2><img alt="" src="images/hotplug.png" align="middle">&nbsp;{t}Add hotplug devices{/t}</h2>
3     <input type="hidden" name="dialogissubmitted" value="1">
5         <table summary="{t}Hotplug management{/t}" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 cellspacing=2>
6         <tr>
7             <td width="50%" style="vertical-align:top;">
8                                 <div class="contentboxh" style="height:20px;">
9                                 <p class="contentboxh" style="font-size:12px">
10                                         <b><LABEL for="hotplugName">{t}Select hotplug device to add{/t}</LABEL></b>
11                                 </p>
12                                 </div>
13                                 <div class="contentboxb">
14                                 <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
15                                                 <select style="width:550px;" size=20 name="hotplugName" id="hotplugName">
16                                                 {html_options values=$hotplugDeviceKeys output=$hotplugDevices}
17                                                 <option disabled>&nbsp;</option>
18                                                 </select><br>
19                                         </p>
20                                 </div>
21             </td>
22                         <td style="vertical-align:top;">
23                 <div class="contentboxh">
24                     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
25                 </div>
26                 <div class="contentboxb">
27                     <p class="contentboxb" style="background-color:#F8F8F8">
28                         {t}This menu allows you to select existing hotplug devices. All devices of all users are choosable here.{/t}
29                     </p>
30                 </div>
31                 <br>
33                 <div class="contentboxh">
34                     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
35                 </div>
36                 <div class="contentboxb">
37                     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;background-color:#F8F8F8">
38                     {$alphabet}
39                     </table>
40                 <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
41                     <tr>
42                         <td>
43                             <img alt="" src="{$tree_image}" align=middle>&nbsp;
44                             <select name="depselectHot" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based    on{/t}">
45                               {html_options options=$deplistHot selected=$depselectHot}
46                             </select>
47                         </td>
48                     </tr>
49                 </table>
50                         <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
51                             <tr>
52                                 <td>
53                                     <LABEL for='filter'><img alt="Search" src="{$search_image}" align="middle" title="{t}Display users matching{/t}">
54                                     </LABEL>
55                                 </td>
56                                 <td width="99%">
57                                     <input id='filter' style='width:99%' type='text' name='regexHot' maxlength='20' value='{$regexHot}'
58                                             title='{t}Regular expression for        matching hotplugs{/t}' onChange="mainform.submit()">
59                                 </td>
60                             </tr>
61                         </table>
62                     {$apply}
63                 </div>
64             </td>
67                 </tr>
68         </table>
70     <p class="seperator">&nbsp;</p>
72     <p align="right">
73     <input type="submit" name="HotPlugSave"     value="{t}Add{/t}">
74     <input type="submit" name="HotPlugCancel"   value="{t}Cancel{/t}">
75     </p>