Code

d718ff9292e0eb22716f5ad6d80f39fc92d23988
[gosa.git] / plugins / admin / departments / 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 departments{/t} {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10     <p class="contentboxb">
11      <select style="width:500px; height:450px;" name="deplist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
12       {html_options options=$departments}
13      </select>
14     <br>
15     <input type=submit value="{t}New{/t}..." name="new_department">&nbsp;
16     <input type=submit value="{t}Edit{/t}" name="select_department">&nbsp;
17     <input type=submit value="{t}Delete{/t}" name="delete_department">&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 create, delete and edit selected departments. Having a large size of departments, you might prefer the range selectors on top of the department list.{/t}
29    </p>
30    <p class="contentboxb">
31      {t}-Edit- and -New...- will provide an assistant to aid you when performing changes on your departments. -Delete- will ask for confirmation before deleting departments.{/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 width="50%"><img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display subdepartments of{/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 width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display departments matching{/t}</td>
52     <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching department 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">