Code

Updated Todo
[gosa.git] / plugins / admin / groups / group_objects.tpl
index 661d6a57abbeefe601bbbeb6e1f192039e99763c..bb58eceaae90dd65387ba060fff10484f403a74a 100644 (file)
@@ -1,6 +1,6 @@
 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
 <tr>
-  <td style="vertical-align:top;" width="500">
+  <td style="vertical-align:top; width:600px">
    <div class="contentboxh" style="height:20px;">
     <p class="contentboxh" style="font-size:12px">
      <b><LABEL for="users">{t}Select users to add{/t}</LABEL> {$hint}</b>
@@ -8,7 +8,7 @@
    </div>
    <div class="contentboxb">
     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
-     <select id="users" style="width:500px; height:450px; margin-top:4px;" name="users[]" size="15" multiple>
+     <select id="users" style="width:600px; height:450px; margin-top:4px;" name="users[]" size="15" multiple>
       {html_options options=$users}
      </select>
      <input type=hidden name="edit_helper">
      </table>
     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
                <tr>
-                       <td width="50%">
-                               <img alt="" src="{$tree_image}" align=middle>
-                               &nbsp;<LABEL for="dselect">{t}Display users of department{/t}</LABEL>
-                       </td>
-               <td>
+                       <td>
+                               <img alt="" src="{$tree_image}" align=middle title="{t}Display users of department{/t}">
+                               &nbsp;
                                <select name="dselect" id="dselect" size=1 onChange="mainform.submit()" 
                                        title="{t}Choose the department the search will be based on{/t}">
                                {html_options options=$deplist selected=$dselect}
@@ -37,8 +35,8 @@
                        </td>
                </tr>
        </table>
-    <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display users matching{/t}</td>
-    <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching user names{/t}' onChange="mainform.submit()"></td></tr></table>
+    <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td style="width:18px"><img alt="" src="{$search_image}" align=middle title="{t}Display users matching{/t}"></td>
+    <td><input type='text' name='regex' maxlength='20' style='width:99%' value='{$regex}' title='{t}Regular expression for matching user names{/t}' onChange="mainform.submit()"></td></tr></table>
    {$apply}
    </div>
   </td>