Code

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