Code

Fixed W3C conformance problem
[gosa.git] / plugins / admin / users / headpage.tpl
index 629ea6ce214f63910a6321954119801954d36730..6f5804f0f7a20b8ed7412526d23959f6dfc73644 100644 (file)
@@ -9,7 +9,8 @@
   <div class="contentboxb">
     <p class="contentboxb">
       <select style="width:500px; height:450px;" name="userlist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
-       {html_options options=$userlist}
+                       {html_options options=$userlist}
+                       <option disabled></option>
       </select>
       <br>
       <input type=submit value="{t}New{/t}..." name="new_user">&nbsp;
                                <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>