Code

Fixed section mentioned in FAQ
[gosa.git] / plugins / admin / applications / headpage.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td style="vertical-align:top;">
4   <div class="contentboxh">
5     <p class="contentboxh">
6      {t}List of applications{/t} {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10       {$applicationshead}
11   </div>
12   <div style='height:4px;'></div>
13   <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
14       {$applications}
15     <input type=hidden name="edit_helper">
16   </div>
17   </td>
18   <td style="vertical-align:top">
19    <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
20     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
21    </div>
22    <div class="contentboxb">
23    <p class="contentboxb">
24     {t}This menu allows you to add, edit and remove selected applications. You may want to use the range selector on top of the application listbox, when working with a large number of applications.{/t}
25    </p>
26    </div>
27         {if $enableReleaseManagement == true}
28    <br>
29    <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
30     <p class="contentboxh"><img src="{$releaseimage}" align="right" alt="[F]">{t}Branches{/t}</p>
31    </div>
32    <div class="contentboxb">
33         <table summary="" style="width:100%;">
34          <tr>
35           <td>
36         {t}Current release{/t}&nbsp;
37         <select name="select_release" onChange="document.mainform.submit();">
38                 {html_options values=$releaseKeys output=$releases selected=$select_release}
39         </select>
40           </td>
41          </tr>
42         </table>
43    </div>
44         {/if}
45    <br>
46    <div class="contentboxh">
47     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
48    </div>
49    <div class="contentboxb">
50      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
51       {$alphabet}
52      </table>
53      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
54      <tr>
55      <td>
56      <LABEL for='regex'><img alt="{t}Display applications matching{/t}" src="{$search_image}" align=middle title='{t}Display applications matching{/t}'></LABEL>
57      </td>
58      <td width="99%">
59      <input style='width:99%' type='text' name='regex' maxlength='20' id='filter' value='{$regex}' title='{t}Regular expression for matching application names{/t}' onChange="mainform.submit()">
60      </td>
61      </tr>
62      </table>
63     {$apply}
64    </div>
65   </td>
66 </tr>
67 </table>
69 <input type="hidden" name="ignore">