summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 95c57cc)
raw | patch | inline | side by side (parent: 95c57cc)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 10:07:34 +0000 (10:07 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 10:07:34 +0000 (10:07 +0000) |
M plugins/admin/groups/headpage.tpl
M plugins/admin/users/headpage.tpl
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@528 594d385d-05f5-0310-b6e9-bd551577e9d8
M plugins/admin/users/headpage.tpl
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@528 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/headpage.tpl | patch | blob | history | |
plugins/admin/users/headpage.tpl | patch | blob | history |
index 3755b3778d6091147e03e94a1a4e09340ce1ea4d..904a40b793b75f0236f3be187095391c8039aa8f 100644 (file)
<input type=checkbox name="appgroups" value="1" {$appgroups} onClick="mainform.submit()" title="{t}Select to see groups that have applications configured{/t}">{t}Show application groups{/t}<br>
<input type=checkbox name="mailgroups" value="1" {$mailgroups} onClick="mainform.submit()" title="{t}Select to see groups that have mail settings{/t}">{t}Show mail groups{/t}<br>
<input type=checkbox name="functionalgroups" value="1" {$functionalgroups} onClick="mainform.submit()" title='{t}Select to see normal groups that have only functional aspects{/t}'>{t}Show functional groups{/t}<br>
- <input type=checkbox name="subsearch" value="1" {$subsearch} onClick="mainform.submit()" title="{t}Dive into LDAP subtrees when searching{/t}">{t}Search in subtrees{/t}<br>
+ </td>
+ </tr>
+ </table>
+
+
+ <table style="width:100%;border-top:1px solid #B0B0B0;">
+ <tr>
+ <td>
+ <input type=checkbox name="subsearch" value="1" {$subsearch} onClick="mainform.submit()" title="{t}Dive into LDAP subtrees when searching{/t}">{t}Search in subtrees{/t}<br>
</td>
</tr>
</table>
index 36c93a53e702548e90782859284d29c8ba46730f..6f5804f0f7a20b8ed7412526d23959f6dfc73644 100644 (file)
<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>
<input type=checkbox name="ftpusers" value="1" {$ftpusers} onClick="mainform.submit()" title="{t}Select to see users that have ftp settings{/t}">{t}Show FTP users{/t}<br>
<input type=checkbox name="faxusers" value="1" {$faxusers} onClick="mainform.submit()" title="{t}Select to see users that have FAX settings{/t}">{t}Show FAX users{/t}<br>
+
+ </td>
+ </tr>
+ </table>
+ <table style="border-top:1px solid #B0B0B0;" width="100%">
+ <tr>
+ <td>
+
<input type=checkbox name="subsearch" value="1" {$subsearch} onClick="mainform.submit()" title="{t}Dive into LDAP subtrees when searching{/t}">{t}Search in subtrees{/t}<br>
</td>
</tr>