Code

Updated FAI entry listing
[gosa.git] / gosa-plugins / fai / admin / fai / faiProfileEntry.tpl
2 <table style='width:100%; ' summary="{t}FAI profile entry{/t}">
3  <tr>
4   <td style='width:600px'>
5    <div class="contentboxh" style="height:20px">
6     <p class="contentboxh" style="font-size:12px">{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;'>
13    </div>
14    <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
15     {$failist}
16     <input type=hidden name="edit_helper">
17    </div>
18   </td>
19   <td>
20    <div class="contentboxh" style="height:20px;border-bottom:1px solid #B0B0B0">
21     <p class="contentboxh" style="font-size:12px">
22      {image path="
23      {$infoimage}" align="right"}{t}Information{/t}
24     </p>
25    </div>
26    <div class="contentboxb">
27     <p class="contentboxb" style="border-color:#f0f0f0;">{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">
33      {image path="
34      {$launchimage}" align="right"}{t}Filters{/t}
35     </p>
36    </div>
37    <div class="contentboxb">
38     <table style='width:100%;' summary="{t}Filter options{/t}">
39      {$alphabet}
40     </table>
41     <table style='width:100%;' summary="{t}Filter options{/t}">
42      <tr>
43       <td>
44        <input onClick='document.mainform.submit()'                                                              type="checkbox" name="SShowTemplates"   {$SShowTemplatesCHK}>{t}Show only classes with templates{/t}
45       </td>
46      </tr>
47      <tr>
48       <td>
49        <input onClick='document.mainform.submit()'                                                                      type="checkbox" name="SShowScripts"             {$SShowScriptsCHK}>{t}Show only classes with scripts{/t}
50       </td>
51      </tr>
52      <tr>
53       <td>
54        <input onClick='document.mainform.submit()'                                                                      type="checkbox" name="SShowHooks"               {$SShowHooksCHK}>{t}Show only classes with hooks{/t}
55       </td>
56      </tr>
57      <tr>
58       <td>
59        <input onClick='document.mainform.submit()'                                                                      type="checkbox" name="SShowVariables"   {$SShowVariablesCHK}>{t}Show only classes with variables{/t}
60       </td>
61      </tr>
62      <tr>
63       <td>
64        <input onClick='document.mainform.submit()'                                                                      type="checkbox" name="SShowPackages"    {$SShowPackagesCHK}>{t}Show only classes with packages{/t}
65       </td>
66      </tr>
67      <tr>
68       <td>
69        <input onClick='document.mainform.submit()'                                                              type="checkbox" name="SShowPartitions"  {$SShowPartitionsCHK}>{t}Show only classes with partitions{/t}
70       </td>
71      </tr>
72     </table>
73     <table style='width:100%;' summary="{t}Filter options{/t}">
74      <tr>
75       <td>
76        {image path="
77        {$search_image}"}align=middle title='{t}Display objects matching{/t}'>
78       </td>
79       <td width="99%">
80        <input type='text' name='Sregex' maxlength='20' style='width:99%' value='{$Sregex}' id='filter'                                                  title='{t}Regular expression for matching object names{/t}' >
81       </td>
82      </tr>
83     </table>
84     {$apply}
85    </div>
86   </td>
87  </tr>
88 </table>
89 <div align="right" style="align:right;">
90  <button type='submit' name='SaveSubObject'>
91  {msgPool type=applyButton}</button>
92  <button type='submit' name='CancelSubObject'>
93  {msgPool type=cancelButton}</button>
94 </div><!-- Place cursor -->