Code

added depselect for evironment tab
[gosa.git] / plugins / personal / environment / hotplugDialog.tpl
1 <h2><img alt="" src="images/house.png" align="middle">&nbsp;{t}Select hotplug entry{/t}</h2>
3     <input type="hidden" name="dialogissubmitted" value="1">
5         <table summary="">
6         <tr>
7             <td width="50%">
8                 <select style="width:350px;" size=20 name="hotplugName">
9                 {html_options values=$hotplugDeviceKeys output=$hotplugDevices}
10                 <option disabled>&nbsp;</option>
11                 </select><br>
12             </td>
13                         <td>
14                 <div class="contentboxh">
15                     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
16                 </div>
17                 <div class="contentboxb">
18                     <p class="contentboxb">
19                         {t}This menu allows you to create, edit and delete selected users.
20                             Having a great number of users, you may want to use the range selectors on top of the user list.{/t}
21                     </p>
22                 </div>
23                 <br>
25                 <div class="contentboxh">
26                     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
27                 </div>
28                 <div class="contentboxb">
29                 <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
30                     <tr>
31                         <td width="50%">
32                             <img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display groups of department{/t}
33                         </td>
34                         <td>
35                             <select name="depselectHot" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based    on{/t}">
36                               {html_options options=$deplistHot selected=$depselectHot}
37                             </select>
38                         </td>
39                     </tr>
40                 </table>
41                 </div>
42                 <div class="contentboxb">
43                     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
44                     {$alphabet}
45                     </table>
46                         <table summary="" width="100%" style="border-top:1px solid #B0B0B0;">
47                             <tr>
48                                 <td>
49                                     <LABEL for='filter'><img alt="Search" src="{$search_image}" align="middle" title="{t}Display users matching{/t}">
50                                     </LABEL>
51                                 </td>
52                                 <td width="99%">
53                                     <input id='filter' style='width:99%' type='text' name='regexHot' maxlength='20' value='{$regexHot}'
54                                             title='{t}Regular expression for        matching user names{/t}' onChange="mainform.submit()">
55                                 </td>
56                             </tr>
57                         </table>
58                     {$apply}
59                 </div>
60             </td>
63                 </tr>
64         </table>
66     <p align="right">
67     <input type="submit" name="HotPlugSave"     value="{t}Use{/t}">
68     <input type="submit" name="HotPlugCancel"   value="{t}Cancel{/t}">
69     </p>