Code

Fixed group dialog layout
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Aug 2005 20:49:09 +0000 (20:49 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Aug 2005 20:49:09 +0000 (20:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1109 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/class_groupManagement.inc
plugins/admin/groups/headpage.tpl

index 3a85875b6252f67d233706d68806ee6cd93d91bc..20d925f03f6c53a23415e528e12474aa8323aeab 100644 (file)
@@ -443,7 +443,8 @@ class groupManagement extends plugin
     /* Show main page */
     $smarty->assign("grouplisthead", $listhead);
     $smarty->assign("grouplist", $divlist->DrawList());
-    $smarty->assign("search_image", get_template_path('images/search.png'));
+    $smarty->assign("searchg_image", get_template_path('images/search_group.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'));
     $smarty->assign("launchimage", get_template_path('images/launch.png'));
index d88347582d0a755560c336f001d86d82cc0e61d0..1225c2f933d0aec449c1af0bcb3fe580fcea0791 100644 (file)
 
     <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;">
                <tr>
-                       <td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;
-                               <LABEL for="regex">{t}Display groups matching{/t}</LABEL>
+                       <td><LABEL for="regex"><img alt="{t}Display groups matching{/t}" src="{$searchg_image}" align="middle"></LABEL>
                        </td>
-               <td>
-                               <input type='text' id="regex" name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
+               <td width="99%">
+                       <input style='width:99%' type='text' id="regex" name='regex' maxlength='20' 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 width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;
-                               <LABEL for="guser">{t}Display groups of user{/t}</LABEL>
+                       <td><LABEL for="guser"><img alt="{t}Display groups of user{/t}" src="{$searchu_image}" align=middle></LABEL>
                        </td>
-               <td>
-                               <input id="guser" type='text' name='guser' maxlength='20' value='{$guser}' 
+               <td width="99%">
+                               <input style='width:99%' id="guser" type='text' name='guser' maxlength='20' value='{$guser}' 
                                        title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
                        </td>
                </tr>