summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4d3796e)
raw | patch | inline | side by side (parent: 4d3796e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Apr 2006 06:17:13 +0000 (06:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Apr 2006 06:17:13 +0000 (06:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3030 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/posix/posix_groups.tpl | patch | blob | history |
index 044ebabce348f2eefa92e455e3667fabd413ea6d..3616545e80e0f2e3578ebaba9f77ffa77c3f97dd 100644 (file)
<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> {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> {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> {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>
+ <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> {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> {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> {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>
<p class="plugbottom">