summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 11e8f13)
raw | patch | inline | side by side (parent: 11e8f13)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 Nov 2005 08:09:29 +0000 (08:09 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 Nov 2005 08:09:29 +0000 (08:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1949 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/application.tpl | patch | blob | history | |
plugins/admin/groups/class_groupApplication.inc | patch | blob | history |
index 7d122c172f077e891993d2affb0726e6a7c6d5c9..3c87bcadaa1353df94fd22ea9c2fc0239e3ba2f3 100644 (file)
<table summary="" style="width:100%;">
<tr>
- <td style="width:45%; vertical-align:top;">
+ <td style="width:48%; vertical-align:top;">
<b><LABEL for="used_apps">{t}Used applications{/t}</LABEL></b>
<br>
- <select id="used_apps" style="width:350px; height:275;" name="used_apps[]" size=15 multiple>
+ <select id="used_apps" style="width:100%;height:300px;" name="used_apps[]" size=15 multiple>
{html_options options=$used_apps}
<option disabled> </option>
</select>
<br>
<input type=submit name="edit_options" value="{t}Edit parameters{/t}" title="{t}Edit optional application parameters{/t}">
+ <input type=submit name="del_app" value="{t}Remove{/t}">
</td>
-
- <td style="width:10%; vertical-align:middle; text-align:center;">
- <input type=submit name="add_app" value="←" style="width:50px;">
- <br>
- <br>
- <input type=submit name="del_app" value="→" style="width:50px;">
+ <td>
</td>
- <td style="width:45%; vertical-align:top;">
+ <td style="width:48%;vertical-align:top;">
<b><LABEL for="apps">{t}Available applications{/t}</LABEL></b>
<br>
{$List}
diff --git a/plugins/admin/groups/class_groupApplication.inc b/plugins/admin/groups/class_groupApplication.inc
index 4e35980d2b9046bf37282c0a466fc11e6c6a0bd4..481c514961036bd6a8354b65484105627d91b35b 100644 (file)
$div = new DivSelectBox("appgroup");
+ $div->SetHeight(300);
+
/* NEW LIST MANAGMENT
* We also need to search for the departments
* So we are able to navigate like in konquerer