Code

73c44ed5b3bc353b6430ec15c4ee61a85451ff84
[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;">
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:500px; 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}
50       </div>
51     </td>
52   </tr>
53 </table>
55 <p class="plugbottom">
56 <input type="submit" name="SavePPDSelection" value="{t}Use{/t}">
57   &nbsp;
58 <input type="submit" name="ClosePPDSelection" value="{t}Close{/t}">
59 </p>
60 <!--
61 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
62 -->