Code

4b22826471b307763764607489a066334ce05a8e
[gosa.git] / plugins / admin / groups / application.tpl
1 <table style="width:100%;">
2  <tr>
3   <td style="width:45%; vertical-align:top;">
4    <b>{t}Used applications{/t}</b>
5    <br>
6    <select style="width:350px; height:275;" name="used_apps[]" size=15 multiple>
7     {html_options options=$used_apps}
8    </select>
9    <br>
10    <input type=submit name="edit_options" value="{t}Edit parameters{/t}" title="{t}Edit optional application parameters{/t}">
11   </td>
13   <td style="width:10%; vertical-align:middle; text-align:center;">
14     <input type=submit name="add_app" value="&larr;" style="width:50px;">
15     <br>
16     <br>
17     <input type=submit name="del_app" value="&rarr;" style="width:50px;">
18   </td>
19   <td style="width:45%; vertical-align:top;">
20   <b>{t}Available applications{/t}</b>
21   <br>
22   <select style="width:350px; height:275px;" name="apps[]" size=15 multiple>
23     {html_options options=$apps}
24   </select>
25  </td>
26  </tr>
27 </table>