Code

Cleanupts in phone and fax accounts
[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     {html_options values=$cblocklist output=$cblocklist}
8    </select>
9    <br>
10    <input name="block_number" size=25 align=center maxlength=30 {$goFaxBlockListACL} value="">
11    <input type=submit value="{t}Add{/t}" name="add_blocklist_number" {$goFaxBlockListACL}>&nbsp;
12    <input type=submit value="{t}Delete{/t}" name="delete_blocklist_number" {$goFaxBlockListACL}>
13   </td>
14   <td style="vertical-align:middle; text-align:center;">
15    <input type=submit value="< {t}Add{/t}" name="add_blocklist" {$goFaxBlockListACL}>
16   </td>
17   <td style="vertical-align:top;">
18    <b>{t}Select a specific department{/t}</b><br>
19    <select name="department" size=1 onChange="mainform.submit()">
20     {html_options options=$departments selected=$department}
21    </select>
22    <br>
23    <br>
24    <input type=submit name="goButton" value="{t}Choose{/t}">
26    <b>{t}List of predefined blocklists{/t}</b>
27    <select style="width:350px; height:250px;" name="predefined_list[]" size=15 multiple>
28     {html_options options=$list}
29    </select>
30   </td>
31  </tr>
32 </table>
34 <p class="plugbottom">
35   <input type=submit name="edit_blocklists_finish" value="{t}Apply{/t}">
36   &nbsp;
37   <input type=submit name="edit_blocklists_cancel" value="{t}Cancel{/t}">
38 </p>