Code

Fixed layout
[gosa.git] / plugins / admin / systems / selectUserToPrinterDialog.tpl
1     <input type="hidden" name="dialogissubmitted" value="1">
3         <table summary="{t}Select printer to add{/t}" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
4         <tr>
5             <td width="50%">
6                                 <div class="contentboxh" style="height:20px;">
7                                 <p class="contentboxh" style="font-size:12px">
8                                         <b><LABEL for="gotoPrinter">{t}Select entries to add{/t}</LABEL></b>
9                                 </p>
10                                 </div>
11                                 <div class="contentboxb">
12                                 <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
13                                 <select style="width:500px;height:480px;" size=20 name="gotoPrinter[]" id="gotoPrinter" multiple>
14                                 {html_options values=$gotoPrinterKeys output=$gotoPrinters}
15                                 <option disabled>&nbsp;</option>
16                                  </select><br>
17                                         </p>
18                                 </div>
19             </td>
20             <td valign="top">
21                                 <div class="contentboxh">
22                                 <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
23                                 </div>
24                                 <div class="contentboxb">
25                                         <p class="contentboxb" style="background-color:#F8F8F8">
26                                         {t}This menu allows you to select one or multiple entries to be added to the printer object for specific tasks. Having a great number of entries, you may want to use the range selectors below.{/t}
27                                 </p>
28                                 </div>
29                                 <br>
31                                 <div class="contentboxh">
32                                 <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
33                                 </div>
34                                 <div class="contentboxb">
35                                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;background-color:#F8F8F8">
36                                 {$alphabet}
37                                 </table>
38                                 <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
39                                         <tr>
40                                                 <td>
41                                                         <label for="dspselectPrinter"><img alt="" src="{$tree_image}" align="middle" title="{t}Display members of department{/t}"></label>
42                                                 </td>
43                                                 <td style="width:99%">
44                                                         <select style="width:99%" name="depselectPrinter" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
45                                                           {html_options options=$deplistPrinter selected=$depselectPrinter}
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 members matching{/t}">
54                                                                         </LABEL>
55                                                                 </td>
56                                                         <td width="99%">
57                                                                         <input id='filter' style='width:99%' type='text' name='regexPrinter' maxlength='20' value='{$regexPrinter}' 
58                                                                                         title='{t}Regular expression for matching member names{/t}' onChange="mainform.submit()">
59                                                                 </td>
60                                                         </tr>
61                                                 </table>
62                                         {$apply}
63                                 </div>
64                 </td>
65         </tr>
66     </table>
68         <p class="seperator">&nbsp;</p>
69     <p align="right">
70     <input type="submit" name="PrinterSave"     value="{t}Add{/t}">
71     <input type="submit" name="PrinterCancel"   value="{t}Cancel{/t}">
72     </p>