Code

Included changes done in the train
[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%;width:600px">
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 style="width:18px">
32               <img alt="" src="{$search_image}" align=middle title="{t}Display objects matching{/t}">
33             </td>
34             <td>
35               <input type='text' style="width:99%" name='regex' maxlength='20' value='{$regex}' 
36                 title='{t}Regular expression for matching object names{/t}' onChange="mainform.submit();">
37             </td>
38           </tr>
39         </table>
40               {$apply}
42       </div>
43     </td>
44   </tr>
45 </table>
47 <p class="plugbottom">
48 <input type="submit" name="SavePPDSelection" value="{t}Select{/t}">
49   &nbsp;
50 <input type="submit" name="ClosePPDSelection" value="{t}Close{/t}">
51 </p>
52 <!--
53 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
54 -->