Code

Fixed focus, here is no focus needed
[gosa.git] / plugins / admin / fai / faiProfileEntry.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td style="vertical-align:top;width:600px">
4         <div class="contentboxh" style="height:20px">
5         <p class="contentboxh" style="font-size:12px">
6                 {t}List of FAI objects (Fully Automatic Installation){/t}
7         </p>
8         </div>
9         <div class="contentboxb">
10         {$faihead}
11         </div>
12         <div style='height:4px;'></div>
13                 <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
14                 {$failist}
15                 <input type=hidden name="edit_helper">
16                 </div>
17         </div>
18   </td>
19   <td style="vertical-align:top;">
20         <div class="contentboxh" style="height:20px;border-bottom:1px solid #B0B0B0">
21         <p class="contentboxh" style="font-size:12px">
22                         <img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}
23                 </p>
24         </div>
25         <div class="contentboxb">
26                 <p class="contentboxb" style="border-color:#f0f0f0;">
27                 {t}This menu allows you to select FAI class names and to add them to the currently edited profile.{/t}
28                 </p>
29         </div>
30         <br>
31         <div class="contentboxh" style="height:20px">
32         <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
33         </div>
34         <div class="contentboxb">
35         <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
36                 {$alphabet}
37         </table>
38                 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
39                         <tr><td><input onClick='document.mainform.submit()' 
40                                                                 type="checkbox" name="SShowTemplates"   {$SShowTemplatesCHK}>{t}Show only classes with templates{/t}</td></tr>
41                         <tr><td><input onClick='document.mainform.submit()'
42                                                                         type="checkbox" name="SShowScripts"             {$SShowScriptsCHK}>{t}Show only classes with scripts{/t}</td></tr>
43                         <tr><td><input onClick='document.mainform.submit()'
44                                                                         type="checkbox" name="SShowHooks"               {$SShowHooksCHK}>{t}Show only classes with hooks{/t}</td></tr>
45                         <tr><td><input onClick='document.mainform.submit()'
46                                                                         type="checkbox" name="SShowVariables"   {$SShowVariablesCHK}>{t}Show only classes with variables{/t}</td></tr>
47                         <tr><td><input onClick='document.mainform.submit()'
48                                                                         type="checkbox" name="SShowPackages"    {$SShowPackagesCHK}>{t}Show only classes with packages{/t}</td></tr>
49                         <tr><td><input onClick='document.mainform.submit()'
50                                                                 type="checkbox" name="SShowPartitions"  {$SShowPartitionsCHK}>{t}Show only classes with partitions{/t}</td></tr>
51                  </table>
52          <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;">
53                 <tr>
54                         <td>
55                                         <LABEL for "regex"><img alt="{t}Display objects matching{/t}" src="{$search_image}" 
56                                                         align=middle title='{t}Display objects matching{/t}'></LABEL>
57                         </td>
58                         <td width="99%">
59                                         <input type='text' name='Sregex' maxlength='20' style='width:99%' value='{$Sregex}' id='filter' 
60                                                 title='{t}Regular expression for matching object names{/t}' onClick="mainform.submit()">
61                         </td>
62                 </tr>
63         </table>
64                 {$apply}
65                 </div>
66         </td>
67 </tr>
68 </table summary="">
70 <div align="right" style="align:right;">
71         <input name="SaveSubObject" value="{t}Apply{/t}" type="submit">
72         <input name="CancelSubObject" value="{t}Cancel{/t}" type="submit">
73 </div>
74 <!-- Place cursor -->