Code

3c87bcadaa1353df94fd22ea9c2fc0239e3ba2f3
[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    <br>
6    <select id="used_apps" style="width:100%;height:300px;" name="used_apps[]" size=15 multiple>
7     {html_options options=$used_apps}
8         <option disabled>&nbsp;</option>
9    </select>
10    <br>
11    <input type=submit name="edit_options" value="{t}Edit parameters{/t}" title="{t}Edit optional application parameters{/t}">
12    <input type=submit name="del_app" value="{t}Remove{/t}">
13   </td>
14   <td>&nbsp;
15   </td>
16   <td style="width:48%;vertical-align:top;">
17   <b><LABEL for="apps">{t}Available applications{/t}</LABEL></b>
18   <br>
19    {$List}
20  </td>
21  </tr>
22 </table>