Code

Bgcolor changed, table width fixed
[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         <option disabled></option> 
14         </select>
15     <br>
16     <input type=submit value="{t}New{/t}..." name="new_department">&nbsp;
17     <input type=submit value="{t}Edit{/t}" name="select_department">&nbsp;
18     <input type=submit value="{t}Delete{/t}" name="delete_department">&nbsp;
19     <input type=hidden name="edit_helper">
20    </p>
21   </div>
22   </td>
23   <td style="vertical-align:top;">
24    <div class="contentboxh">
25     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
26    </div>
27    <div class="contentboxb">
28    <p class="contentboxb">
29      {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}
30    </p>
31    <p class="contentboxb">
32      {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}
33    </p>
34    </div>
35    <br>
36    <div class="contentboxh">
37     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
38    </div>
39    <div class="contentboxb">
40      <table style="width:100%;border-top:1px solid #B0B0B0;">
41       {$alphabet}
42      </table>
43     <table  style="width:100%;border-top:1px solid #B0B0B0;">
44                         <tr>
45                                         <td width="50%"><img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display subdepartments of{/t}</td>
46                                     <td>
47                                                 <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
48                                                       {html_options options=$deplist selected=$depselect}
49                                             </select>
50                                         </td>
51                         </tr>
52         </table>
53     <table  style="width:100%;border-top:1px solid #B0B0B0;">
54                         <tr>
55                                 <td width="50%">
56                                                 <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display departments matching{/t}</td>
57                             <td>
58                                                 <input type='text' name='regex' maxlength='20' value='{$regex}' 
59                                                         title='{t}Regular expression for matching department 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">