Code

29f3a036187e333b6fb7afb99cead368440dd82f
[gosa.git] / gosa-plugins / goto / admin / systems / goto / selectUserToPrinterDialog.tpl
1     <input type="hidden" name="dialogissubmitted" value="1">
3         <table style='width:100%; ' summary="{t}Select printer to add{/t}">
5         <tr>
6             <td style="width:600px">
7                                 <div class="contentboxh" style="height:20px;">
8                                 <p class="contentboxh" style="font-size:12px">
9                                         <b><LABEL for="gotoPrinter">{t}Select entries to add{/t}</LABEL></b>
10                                 </p>
11                                 </div>
12                                 <div class="contentboxb">
13                                 <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
14                                 <select style="width:600px;height:450px;" size=20 name="gotoPrinter[]" id="gotoPrinter" multiple>
15                                 {html_options values=$gotoPrinterKeys output=$gotoPrinters}
16                                 <option disabled>&nbsp;</option>
17                                  </select><br>
18                                         </p>
19                                 </div>
20             </td>
21             <td valign="top">
22                                 <div class="contentboxh" style="height:20px">
23                                 <p class="contentboxh" style="font-size:12px">{image path="{$launchimage}" align="right"}{t}Filters{/t}
24 </p>
25                                 </div>
26                                 <div class="contentboxb">
27                                 <table style='width:100%;background-color:#F8F8F8' summary="{t}Filter options{/t}">
29                                 {$alphabet}
30                                 </table>
31                                         <table style='background-color:#F8F8F8' summary="{t}Filter options{/t}" width="100%">
33                                                 <tr>
34                                                         <td>
35                                                                 <input type='checkbox' name='SubSearch' value='1' title='{t}Select to search within subtrees{/t}' onClick='document.mainform.submit();' {$subtree}>&nbsp;{t}Search in subtrees{/t}
36                                                         </td>
37                                                 </tr>
38                                         </table>
39                                 <table style='background-color:#F8F8F8' summary="{t}Filter options{/t}" width="100%">
41                                         <tr>
42                                                 <td>
43                                                         <label for="dspselectPrinter">{image path="{$tree_image}" title="{t}Display members of department{/t}"}
44 </label>
45                                                 </td>
46                                                 <td style="width:99%">
47                                                         <select style="width:99%" name="depselectPrinter" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
48                                                           {html_options options=$deplistPrinter selected=$depselectPrinter}
49                                                         </select>
50                                                 </td>
51                                         </tr>
52                                 </table>
53                                         <table style='background-color:#F8F8F8' summary="{t}Filter options{/t}" width="100%">
55                                                         <tr>
56                                                                 <td>
57                                                                         <LABEL for='filter'>{image path="{$search_image}" title="{t}Display members matching{/t}"}
59                                                                         </LABEL>
60                                                                 </td>
61                                                         <td width="99%">
62                                                                         <input id='filter' style='width:99%' type='text' name='regexPrinter' maxlength='20' value='{$regexPrinter}' 
63                                                                                         title='{t}Regular expression for matching member names{/t}' onChange="mainform.submit()">
64                                                                 </td>
65                                                         </tr>
66                                                 </table>
67                                         {$apply}
68                                 </div>
69                 </td>
70         </tr>
71     </table>
73         <hr>
74     <p align="right">
75     <button type='submit' name='PrinterSave'>{msgPool type=addButton}</button>
77     <button type='submit' name='PrinterCancel'>{msgPool type=cancelButton}</button>
79     </p>