Code

Updated Todo
[gosa.git] / plugins / admin / groups / application.tpl
index 98f09af89dc49e345aea0671a228392f421498aa..cc4efe3d8960cf6796dda15ae96e0c289fb04d42 100644 (file)
@@ -1,29 +1,16 @@
 <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>
-    {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}">
+        {$UsedApps} 
   </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>
-  <select style="width:350px; height:275px;" id="apps" name="apps[]" size=15 multiple>
-    {html_options options=$apps}
-       <option disabled>&nbsp;</option>
-  </select>
+   {$List}
+       <input type="submit" value="{t}Add{/t}" name='AddApps'>
  </td>
  </tr>
 </table>