Code

Added acls to mimetype
[gosa.git] / plugins / admin / groups / application.tpl
index 7f022de578fd5f0370364297130da49089e4e1da..87d8050aa10209c63e8653fc69b8c0bce153b13f 100644 (file)
@@ -1,30 +1,44 @@
+{if $enableReleaseManagement == true}
+       <br>
+       <b>{t}Release focus{/t}</b>&nbsp;
+       {if $ReleaseSelectAble}
+{render acl=$FAIreleaseACL}
+               <select name="FAIrelease" title="{t}Select release name{/t}" onChange="javascript: document.mainform.submit();">
+                       {html_options output=$Releases values=$Releases selected=$FAIrelease}
+               </select>
+{/render}
+       {else}
+               {$Release}
+       {/if}
+       <p class="seperator">&nbsp;</p>
+{
+/if}
 <table summary="" style="width:100%;">
  <tr>
-  <td style="width:45%; vertical-align:top;">
-   <b>{t}Used applications{/t}</b>
-   <br>
-   <select 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}">
+  <td style="width:48%; vertical-align:top;">
+   <b>
+       <LABEL for="used_apps">{t}Used applications{/t}</LABEL>
+   </b>
+   {$UsedApps}
+{render acl=$gosaMemberApplicationACL} 
+   <input type="text" value="" size="30" name='CatName'>
+{/render}
+{render acl=$gosaMemberApplicationACL} 
+   <input type="submit" value="{t}Add category{/t}" name='AddCat'>
+{/render}
   </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:48%;vertical-align:top;">
+   <b>
+    <LABEL for="apps">{t}Available applications{/t}</LABEL>
+   </b>
+   <br>
+   {$List}
+{render acl=$gosaMemberApplicationACL} 
+   <input type="submit" value="{t}Add{/t}" name='AddApps'>
+{/render}
   </td>
-  <td style="width:45%; vertical-align:top;">
-  <b>{t}Available applications{/t}</b>
-  <br>
-  <select style="width:350px; height:275px;" name="apps[]" size=15 multiple>
-    {html_options options=$apps}
-       <option disabled>&nbsp;</option>
-  </select>
- </td>
  </tr>
 </table>