Code

Fixed headpage
[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           {$List}
12                                         <input type=hidden name="edit_helper">
13                                 </p>    
14                         </div>
15                 </td>
16                 <td style="vertical-align:top;">
17                         <div class="contentboxh" style="height:20px;">
18                                 <p class="contentboxh" style="font-size:12px">
19           <img src="{$launchimage}" align="right" alt="[F]">
20           <b>{t}Filters{/t}</b>
21         </p>
22       </div>
23       <div class="contentboxb">
24         <table summary="" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
25           {$alphabet}
26         </table>
27         <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
28           <tr>
29             <td style="width:18px">
30               <img alt="" src="{$search_image}" align=middle title="{t}Display objects matching{/t}">
31             </td>
32             <td>
33               <input type='text' style="width:99%" name='regex' maxlength='20' value='{$regex}' 
34                 title='{t}Regular expression for matching object names{/t}' onChange="mainform.submit();">
35             </td>
36           </tr>
37         </table>
38               {$apply}
40       </div>
41     </td>
42   </tr>
43 </table>
45 <p class="plugbottom">
46 <input type="submit" name="SavePPDSelection" value="{t}Select{/t}">
47   &nbsp;
48 <input type="submit" name="ClosePPDSelection" value="{t}Close{/t}">
49 </p>
50 <!--
51 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
52 -->