Code

Forget a " in template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 06:35:19 +0000 (06:35 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 06:35:19 +0000 (06:35 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@512 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/mail_locals.tpl

index facc95374130092f4a4a97d2802f21e6082de51c..c731d889203a0d1387738e5b6f90b0e9d51958c3 100644 (file)
@@ -8,8 +8,9 @@
    </div>
    <div class="contentboxb">
     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
-     <select style="width:500px; margin-top:4px; height:450px;" name="local_list[]" size=15" multiple>
-       {html_options options=$mailusers}
+     <select style="width:500px; margin-top:4px; height:450px;" name="local_list[]" size="15" multiple>
+               {html_options options=$mailusers}
+               <option disabled></option>
      </select>
     </p>
    </div>
 t}Filters{/t}</b></p>
    </div>
    <div class="contentboxb">
-    <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
-     <table style="width:100%;">
+     <table style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
       {$alphabet}
      </table>
-    </p>
-    <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
-    <table width="100%"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display addresses of department{/t}</td>
-    <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
-      {html_options options=$deplist selected=$depselect}
-    </select></td></tr></table>
-    </p>
-    <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
-    <table width="100%"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display addresses matching{/t}</td>
-    <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()"></td></tr></table>
-    </p>
-    <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
-    <table width="100%"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display addresses of user{/t}</td>
-    <td><input type='text' name='muser' maxlength='20' value='{$muser}' title='{t}User name of which addresses are shown{/t}' onChange="mainform.submit()"></td></tr></table>
-   </p>
+    <table width="100%" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
+               <tr>
+                       <td width="50%">
+                               <img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display addresses of department{/t}
+                       </td>
+               <td>
+                               <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
+                       {html_options options=$deplist selected=$depselect}
+                               </select>
+                       </td>
+               </tr>
+       </table>
+    <table width="100%" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
+               <tr>
+                       <td width="50%">
+                               <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display addresses matching{/t}
+                       </td>
+               <td>
+                               <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()">
+                       </td>
+               </tr>
+       </table>
+    <table width="100%"  style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
+               <tr>
+                       <td width="50%">
+                               <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display addresses of user{/t}
+                       </td>
+               <td>
+                               <input type='text' name='muser' maxlength='20' value='{$muser}' title='{t}User name of which addresses are shown{/t}' onChange="mainform.submit()">
+                       </td>
+               </tr>
+       </table>
    {$apply}
    </div>
   </td>