Code

Removed old menu parsing
[gosa.git] / plugins / admin / users / headpage.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding="4">
2 <tr>
3   <td style="vertical-align:top;width:600px;">
4   <div class="contentboxh">
5     <p class="contentboxh">
6      <label for="userlist">{t}List of users{/t}</label> {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10                 {$userlisthead}
11   </div>
12   <div style='height:4px;'></div>
13   <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
14                         {$userlist}
15       <input type="hidden" name="edit_helper">
16   </div>
17   </td>
18   <td style="vertical-align:top;">
19    <div class="contentboxh">
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 create, edit and delete selected users. Having a great number of users, you may want to use the range selectors on top of the user list.{/t}
25     </p>
26    </div>
27    <br>
28    <div class="contentboxh">
29     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
30    </div>
31    <div class="contentboxb">
32      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
33       {$alphabet}
34      </table>
35         <table summary="" style="border-top:1px solid #B0B0B0;" width="100%">
36                 <tr>
37                         <td>
38                                 <input type="checkbox" name="templates" value="1" {$templates} onClick="mainform.submit()" title="{t}Select to see template pseudo users{/t}">{t}Show templates{/t}<br>
39                                 <input type="checkbox" name="functionalusers" value="1" {$functionalusers} onClick="mainform.submit()" title="{t}Select to see users that have only a GOsa object{/t}">{t}Show functional users{/t}<br>
40                                 <input type="checkbox" name="unixusers" value="1" {$unixusers} onClick="mainform.submit()" title="{t}Select to see users that have posix settings{/t}">{t}Show unix users{/t}<br>
41                                 <input type="checkbox" name="mailusers" value="1" {$mailusers} onClick="mainform.submit()" title="{t}Select to see users that have mail settings{/t}">{t}Show mail users{/t}<br>
42                                 <input type="checkbox" name="sambausers" value="1" {$sambausers} onClick="mainform.submit()" title="{t}Select to see users that have samba settings{/t}">{t}Show samba users{/t}<br>
43                                 <input type="checkbox" name="proxyusers" value="1" {$proxyusers} onClick="mainform.submit()" title="{t}Select to see users that have proxy settings{/t}">{t}Show proxy users{/t}<br>
45             </td>
46         </tr>
47     </table>
48     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;"><tr><td><label for='filter'><img alt="Search" src="{$search_image}" class="center" title="{t}Display users matching{/t}"></label></td>
49     <td width="99%"><input id='filter' style='width:99%' type='text' name='regexit' maxlength='20' value='{$regex}' title='{t}Regular expression for matching user names{/t}' onChange="mainform.submit()"></td></tr></table>
50    {$apply}
51    </div>
52   </td>
53 </tr>
54 </table>
56 <input type="hidden" name="ignore">