Code

defe4ea643b62eb0eed1a4c970162065a632a37d
[gosa.git] / plugins / admin / systems / printerPPDSelectionDialog.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2         <tr>
3                 <td style="vertical-align:top;width=50%;">
4                         <div class="contentboxh" style="height:20px;">
5                                 <p class="contentboxh" style="font-size:12px">
6                                         <b>{t}Select objects to add{/t}</b>
7                                 </p>
8                         </div>
9                         <div class="contentboxb">
10                                 <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
11                                         <select style="width:100%; height:450px; margin-top:4px;" name="PPDselection" size="15">
12             {html_options values=$objectKeys options=$objects}
13                                         </select>
14                                         <input type=hidden name="edit_helper">
15                                 </p>    
16                         </div>
17                 </td>
18                 <td style="vertical-align:top;">
19                         <div class="contentboxh" style="height:20px;">
20                                 <p class="contentboxh" style="font-size:12px">
21           <img src="{$launchimage}" align="right" alt="[F]">
22           <b>{t}Filters{/t}</b>
23         </p>
24       </div>
25       <div class="contentboxb">
26         <table summary="" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
27           {$alphabet}
28         </table>
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> 
33               &nbsp;{t}Display objects of department{/t}
34             </td>
35           </tr>
36         </table>
37         <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
38           <tr>
39             <td width="50%">
40               <img alt="" src="{$search_image}" align=middle>
41               &nbsp;{t}Display objects matching{/t}
42             </td>
43             <td>
44               <input type='text' name='regex' maxlength='20' value='{$regex}' 
45                 title='{t}Regular expression for matching object names{/t}' onChange="mainform.submit();">
46             </td>
47           </tr>
48         </table>
49               {$apply}
51       </div>
52       <br>
53       <br>
54       <div class="contentboxh" style="height:20px;">
55         <p class="contentboxh" style="font-size:12px">
56           <img src="{$launchimage}" align="right" alt="[U]">
57           <b>{t}Upload new PPD file{/t}</b>
58         </p>
59       </div>
60       <div class="contentboxb">
61         <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
62           <tr>
63             <td >
64               <img alt="" src="{$tree_image}" align=middle>
65               &nbsp;{t}Select the PPD file you want to upload.{/t}
66             </td>
67           </tr>
68         </table>
69         <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
70           <tr>
71             <td >
72               <input type="file" value="" name="PPDUpload">
73             </td>
74           </tr>
75         </table>
76         <div align="right">
77           <table summary="" style="border-top: 1px solid rgb(176, 176, 176); background: rgb(238, 238, 238) none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;" width="100%"><tbody><tr><td align="right" width="100%">
78           <input type="submit" value="{t}Upload{/t}"></td></tr></tbody></table>
79         </div>
80       </div>
81     </td>
82   </tr>
83 </table>
85 <p class="plugbottom">
86 <input type="submit" name="SavePPDSelection" value="{t}Select{/t}">
87   &nbsp;
88 <input type="submit" name="ClosePPDSelection" value="{t}Close{/t}">
89 </p>
90 <!--
91 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
92 -->