Code

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