Code

Mass table tag fixing
[gosa.git] / plugins / admin / groups / application.tpl
1 <table summary="" 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         <option disabled></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   </td>
14   <td style="width:10%; vertical-align:middle; text-align:center;">
15     <input type=submit name="add_app" value="&larr;" style="width:50px;">
16     <br>
17     <br>
18     <input type=submit name="del_app" value="&rarr;" style="width:50px;">
19   </td>
20   <td style="width:45%; vertical-align:top;">
21   <b>{t}Available applications{/t}</b>
22   <br>
23   <select style="width:350px; height:275px;" name="apps[]" size=15 multiple>
24     {html_options options=$apps}
25         <option disabled></option>
26   </select>
27  </td>
28  </tr>
29 </table>