Code

some w3c changes
[gosa.git] / plugins / gofax / faxaccount / lists.tpl
1 <table 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         {if $SELECT_cblocklist==true}
8             {html_options values=$cblocklist output=$cblocklist}
9         {else}
10                 <option disabled>
11         {/if}
12    </select>
13    <br>
14    <input name="block_number" size=25 align="middle" maxlength=30 {$goFaxBlockListACL} value="">
15    <input type=submit value="{t}Add{/t}" name="add_blocklist_number" {$goFaxBlockListACL}>&nbsp;
16    <input type=submit value="{t}Delete{/t}" name="delete_blocklist_number" {$goFaxBlockListACL}>
17   </td>
18   <td style="vertical-align:middle; text-align:center;">
19    <input type=submit value="< {t}Add{/t}" name="add_blocklist" {$goFaxBlockListACL}>
20   </td>
21   <td style="vertical-align:top;">
22    <b>{t}Select a specific department{/t}</b><br>
23    <select name="department" size=1 onChange="mainform.submit()">
24     {html_options options=$departments selected=$department}
25    </select>
26    <br>
27    <br>
28    <input type=submit name="goButton" value="{t}Choose{/t}">
30    <b>{t}List of predefined blocklists{/t}</b>
31    <select style="width:350px; height:250px;" name="predefined_list[]" size=15 multiple>
32     {if $SELECT_list==true}
33         {html_options values=$list}
34     {else}
35         <option>
36     {/if}
37    </select>
38   </td>
39  </tr>
40 </table>
42 <p class="plugbottom">
43   <input type=submit name="edit_blocklists_finish" value="{t}Apply{/t}">
44   &nbsp;
45   <input type=submit name="edit_blocklists_cancel" value="{t}Cancel{/t}">
46 </p>