summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 81a469d)
raw | patch | inline | side by side (parent: 81a469d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Oct 2005 12:04:11 +0000 (12:04 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Oct 2005 12:04:11 +0000 (12:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1735 594d385d-05f5-0310-b6e9-bd551577e9d8
html/images/search_user.png | [new file with mode: 0644] | patch | blob |
plugins/admin/groups/class_groupManagement.inc | patch | blob | history | |
plugins/admin/groups/headpage.tpl | patch | blob | history |
diff --git a/html/images/search_user.png b/html/images/search_user.png
new file mode 100644 (file)
index 0000000..1c164f4
Binary files /dev/null and b/html/images/search_user.png differ
index 0000000..1c164f4
Binary files /dev/null and b/html/images/search_user.png differ
diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc
index c238ed8b0539911baf944e8dc335da65d01f0cc7..f095646177ab54d29ea599cb6a3c69a401ca69a0 100644 (file)
/* Show main page */
$smarty->assign("grouplisthead", $listhead);
$smarty->assign("grouplist", $divlist->DrawList());
- $smarty->assign("searchg_image", get_template_path('images/search_group.png'));
+ $smarty->assign("search_image", get_template_path('images/search.png'));
$smarty->assign("searchu_image", get_template_path('images/search_user.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("infoimage", get_template_path('images/info.png'));
index 3d93e73263ddf0588f2075a205ed997eb23dc539..fb28dcb34dc4533c22e404834999f7bc5d45e062 100644 (file)
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
<tr>
- <!--<td style="width:99%;"><LABEL for="regex"><img alt="{t}Display groups matching{/t}" src="{$searchg_image}" align="left"></LABEL></td>-->
- <td style="width:20%;"><label for="regex" style="white-space:nowrap;">{t}Display groups matching{/t}</label></td>
- <td>
+ <td><LABEL for="regex"><img alt="{t}Display groups matching{/t}" src="{$search_image}" align="left"></LABEL></td>
+ <td style='width:99%'>
<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()">
</td>
</tr>
</table>
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
<tr>
- <!--<td style="width:99%;"><LABEL for="guser"><img alt="{t}Display groups of user{/t}" src="{$searchu_image}" align="left"></LABEL></td>-->
- <td style="width:20%;"><label for="guest" style="white-space:nowrap;">{t}Display groups of user{/t}</label></td>
- <td>
+ <td><LABEL for="guser"><img alt="{t}Display groups of user{/t}" src="{$searchu_image}" align="left"></LABEL></td>
+ <td style='width:99%'>
<input id="guser" type='text' name='guser' maxlength='20' style="width:99%;" value='{$guser}'
title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
</td>