Code

This is W3c conform--This line, and those below, will be ignored--
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 13:12:26 +0000 (13:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 13:12:26 +0000 (13:12 +0000)
M    posix/posix_groups.tpl

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@551 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/posix/posix_groups.tpl

index 907876bce2f49d753fe6b907f63af3079b757d6b..5b5fcaf1b838be3cc8627a1c800508a8fd0f2706 100644 (file)
@@ -1,4 +1,4 @@
-< table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+<table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
 <tr>
   <td style="vertical-align:top;">
    <div class="contentboxh" style="height:20px;">
     <input type=checkbox name="mailgroups" value="1" {$mailgroups} onClick="mainform.submit()" title="{t}Select to see groups that have mail settings{/t}">{t}Show mail groups{/t}<br>
     <input type=checkbox name="functionalgroups" value="1" {$functionalgroups} onClick="mainform.submit()" title='{t}Select to see normal groups that have only functional aspects{/t}'>{t}Show functional groups{/t}
  </p>
-    <table width="100%"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display groups 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 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 groups matching{/t}</td>
-    <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching group names{/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 groups of user{/t}</td>
-    <td><input type='text' name='guser' maxlength='20' value='{$guser}' title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()"></td></tr></table>
-   </p>
+    <table width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
+               <tr>
+                       <td width="50%">
+                               <img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display groups 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="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
+               <tr>
+                       <td width="50%">
+                               <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display groups matching{/t}
+                       </td>
+                   <td>
+                               <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
+                       </td>
+               </tr>
+       </table>
+    <table 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 groups of user{/t}
+                       </td>
+               <td>
+                               <input type='text' name='guser' maxlength='20' value='{$guser}' title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
+                       </td>
+               </tr>
+       </table>
    {$apply}
    </div>
   </td>