Code

Complete Plugin Folder has image align middle now ....
[gosa.git] / plugins / admin / applications / headpage.tpl
1 <table 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     <p class="contentboxb">
11      <select style="width:500px; height:450px;" name="applist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
12       {html_options options=$applications}
13     </select>
14     <br>
15     <input type=submit value="{t}New{/t}..." name="new_app">&nbsp;
16     <input type=submit value="{t}Edit{/t}" name="select_app">&nbsp;
17     <input type=submit value="{t}Delete{/t}" name="delete_app">&nbsp;
18     <input type=hidden name="edit_helper">
19    </p>
20   </div>
21   </td>
22   <td style="vertical-align:top">
23    <div class="contentboxh">
24     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
25    </div>
26    <div class="contentboxb">
27    <p class="contentboxb">
28     {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}
29    </p>
30    <p class="contentboxb">
31     {t}-Edit- and -New...- will execute an assistant to aid you in editing properties. -Delete- will ask for confirmation before removing applications.{/t}
32    </p>
33    </div>
34    <br>
35    <div class="contentboxh">
36     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
37    </div>
38    <div class="contentboxb">
39     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
40      <table style="width:100%;">
41       {$alphabet}
42      </table>
43     </p>
44     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
45     <table width="100%"><tr><td><img src="{$tree_image}" align=middle>&nbsp;{t}Display applications of department{/t}</td>
46     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
47       {html_options options=$deplist selected=$depselect}
48     </select></td></tr></table>
49     </p>
50     <p class="contentboxb" style="border-top:1px solid #B0B0B0">
51     <table width="100%"><tr><td><img src="{$search_image}" align=middle>&nbsp;{t}Display applications matching{/t}</td>
52     <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching application names{/t}' onChange="mainform.submit()"></td></tr></table>
53     </p>
54     {$apply}
55    </div>
56   </td>
57 </tr>
58 </table>
60 <input type="hidden" name="ignore">