Code

Just use the -n option from dh_installinit and the world is fine again.
[gosa.git] / groups / 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      <label for="grouplist">{t}List of groups{/t}</label> {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10       {$grouplisthead}
11   </div>
12   <div style='height:4px;'></div>
13   <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
14       {$grouplist}
15     <input type=hidden name="edit_helper">
16   </div>
18   </td>
19   <td style="vertical-align:top;">
20    <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
21     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
22    </div>
23    <div class="contentboxb">
24    <p class="contentboxb">
25      {t}This menu allows you to add, edit and remove selected groups. You may want to use the range selector on top of the group listbox, when working with a large number of groups.{/t}
26     </p>
27    </div>
28    <br>
29    <div class="contentboxh">
30     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
31    </div>
32    <div class="contentboxb">
33      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
34       {$alphabet}
35      </table>
36         <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">     
37                 <tr>
38                         <td>
39 {if $showprimary == "true"}
40         <input type="checkbox" id="primarygroups" name="primarygroups" value="1" {$primarygroups} onClick="mainform.submit()" 
41                         title="{t}Select to see groups that are primary groups of users{/t}">
42                 <label for="primarygroups">{t}Show primary groups{/t}</label>
43                 <br />
44 {/if}
45     <input type='checkbox' id="sambagroups" name="sambagroups" value="1" {$sambagroups} onClick="mainform.submit()" 
46                 title="{t}Select to see groups that have samba groups mappings{/t}">
47                 <label for="sambagroups">{t}Show samba groups{/t}</label>
48                 <br />
49     <input type='checkbox' id="appgroups" name="appgroups" value="1" {$appgroups} onClick="mainform.submit()" 
50                 title="{t}Select to see groups that have applications configured{/t}">
51                 <label for="appgroups">{t}Show application groups{/t}</label>
52                 <br />
53     <input type='checkbox' id="mailgroups" name="mailgroups" value="1" {$mailgroups} onClick="mainform.submit()" 
54                 title="{t}Select to see groups that have mail settings{/t}">
55                 <label for="mailgroups">{t}Show mail groups{/t}</label>
56                 <br />
57     <input type='checkbox' id="functionalgroups" name="functionalgroups" value="1" {$functionalgroups} onClick="mainform.submit()" 
58                 title='{t}Select to see normal groups that have only functional aspects{/t}'>
59                 <label for="functionalgroups">{t}Show functional groups{/t}</label>
60                 <br />
61             </td>
62         </tr>
63     </table>
65     <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;">
66                 <tr>
67                         <td><label for="regex"><img alt="{t}Display groups matching{/t}" src="{$search_image}" align="left"></label></td>
68                         <td style='width:99%'>
69                                 <input type='text' id="regex" name='regex' maxlength='20' style="width:99%;" value='{$regex}' title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
70                         </td>
71                 </tr>
72         </table>
73         <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
74                 <tr>
75                         <td><label for="guser"><img alt="{t}Display groups of user{/t}" src="{$searchu_image}" align="left"></label></td>
76                         <td style='width:99%'>
77                                 <input id="guser" type='text' name='guser' maxlength='20' style="width:99%;" value='{$guser}' 
78                                         title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
79                         </td>
80                 </tr>
81         </table>
82    {$apply}
83    </div>
84   </td>
85 </tr>
86 </table>
88 <input type="hidden" name="ignore">