Code

Mass table tag fixing
[gosa.git] / plugins / gofax / faxaccount / lists.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
2  <tr>
3   <td> 
4    <b>{t}Blocked numbers/lists{/t}</b>
5    <br> 
6    <select style="width:350px; height:300px;" name="block_list[]" size=15 multiple>
7             {html_options values=$cblocklist output=$cblocklist}
8                 <option disabled></option>
9    </select>
10    <br>
11    <input name="block_number" size=25 align="middle" maxlength=30 {$goFaxBlockListACL} value="">
12    <input type=submit value="{t}Add{/t}" name="add_blocklist_number" {$goFaxBlockListACL}>&nbsp;
13    <input type=submit value="{t}Delete{/t}" name="delete_blocklist_number" {$goFaxBlockListACL}>
14   </td>
15   <td style="vertical-align:middle; text-align:center;">
16    <input type=submit value="< {t}Add{/t}" name="add_blocklist" {$goFaxBlockListACL}>
17   </td>
18   <td style="vertical-align:top;">
19    <b>{t}Select a specific department{/t}</b><br>
20    <select name="department" size=1 onChange="mainform.submit()">
21     {html_options options=$departments selected=$department}
22    </select>
23    <br>
24    <br>
25    <input type=submit name="goButton" value="{t}Choose{/t}">
27    <b>{t}List of predefined blocklists{/t}</b>
28    <select style="width:350px; height:250px;" name="predefined_list[]" size=15 multiple>
29         {html_options values=$list}
30                 <option disabled></option>
31    </select>
32   </td>
33  </tr>
34 </table>
36 <p class="plugbottom">
37   <input type=submit name="edit_blocklists_finish" value="{t}Apply{/t}">
38   &nbsp;
39   <input type=submit name="edit_blocklists_cancel" value="{t}Cancel{/t}">
40 </p>