Code

Fixed connectivity acls
[gosa.git] / plugins / personal / posix / posix_groups.tpl
index 044ebabce348f2eefa92e455e3667fabd413ea6d..ca3ae3ec5825979e2ced3e347b68fc9074a6cb6d 100644 (file)
@@ -1,66 +1,80 @@
 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
-<tr>
-  <td style="vertical-align:top;">
-   <div class="contentboxh" style="width:610px; height:20px;">
-    <p class="contentboxh" style="font-size:12px">
-     <b>{t}Select groups to add{/t} {$hint}</b>
-    </p>
-   </div>
-   <div class="contentboxb" style="width:610px;">
-    <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
-     <select style="width:600px; height:450px; margin-top:4px;" name="groups[]" size="15" multiple>
-       {html_options options=$groups}
-     </select>
-     <input type=hidden name="edit_helper">
-    </p>
-   </div>
-  </td>
-  <td style="vertical-align:top;">
-   <div class="contentboxh" style="height:20px;">
-    <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{t}Filters{/t}</b></p>
-   </div>
-   <div class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
-     <table summary="" style="width:100%;">
-      {$alphabet}
-     </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;{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 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 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 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 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>
-</tr>
-</table>
+       <tr>
+               <td style="vertical-align:top;">
+                       <div class="contentboxh" style="height:20px;">
+                       <p class="contentboxh" style="font-size:12px">
+                               <b>{t}Select groups to add{/t} {$hint}</b>
+                               </p>
+                       </div>
+                       <div class="contentboxb" style="">
+                       <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
+                                       <select style="width:100%; height:430px; margin-top:4px;" name="groups[]" size="15" multiple>
+                                               {html_options options=$groups}
+                                       </select>
+                               <input type=hidden name="edit_helper">
+                       </p>
+                       </div>
+               </td>
+               <td style="vertical-align:top; width:400px;">
+                       <div class="contentboxh" style="height:20px;">
+                       <p class="contentboxh" style="font-size:12px">
+                                       <img src="{$launchimage}" align="right" alt="[F]"><b>{t}Filters{/t}</b>
+                               </p>
+                       </div>
+                       <div class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
+                       <table summary="" style="width:100%;">
+                               {$alphabet}
+                       </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;{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 summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
+                    <tr>
+                                               <td>
+                                                       <input type="checkbox" name="SubSearch" value="1" {$SubSearchCHK}
+                                                               onClick="mainform.submit();">
+                                                       {t}Ignore subtrees{/t}
+                                               </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 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 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 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>
+       </tr>
+</table>
+<input type="hidden" value="1" name="PosixGroupDialogPosted">
 <p class="plugbottom">
   <input type=submit name="add_groups_finish" value="{t}Add{/t}">
   &nbsp;