Code

Updated template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 15 Nov 2005 08:09:29 +0000 (08:09 +0000)
committerhickert <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
plugins/admin/groups/class_groupApplication.inc

index 7d122c172f077e891993d2affb0726e6a7c6d5c9..3c87bcadaa1353df94fd22ea9c2fc0239e3ba2f3 100644 (file)
@@ -1,23 +1,19 @@
 <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>&nbsp;</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="&larr;" style="width:50px;">
-    <br>
-    <br>
-    <input type=submit name="del_app" value="&rarr;" style="width:50px;">
+  <td>&nbsp;
   </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}
index 4e35980d2b9046bf37282c0a466fc11e6c6a0bd4..481c514961036bd6a8354b65484105627d91b35b 100644 (file)
@@ -192,6 +192,8 @@ class appgroup extends plugin
 
     $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