Code

Removed application category input filed from applications.
[gosa.git] / plugins / admin / groups / application.tpl
1 <table summary="" style="width:100%;">
2  <tr>
3   <td style="width:48%; vertical-align:top;">
4    <b><LABEL for="used_apps">{t}Used applications{/t}</LABEL></b>
5          {$UsedApps} 
6   </td>
7   <td>&nbsp;
8   </td>
9   <td style="width:48%;vertical-align:top;">
10   <b><LABEL for="apps">{t}Available applications{/t}</LABEL></b>
11   <br>
12    {$List}
13         <input type="submit" value="{t}Add{/t}" name='AddApps'>
14  </td>
15  </tr>
16 </table>