Code

Added branches container for old stuff
[gosa.git] / gosa-plugins / gofax / gofax / faxaccount / lists.tpl
2 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
3  <tr>
4   <td style="vertical-align:top;width:50%;border-right:1px solid #A0A0A0"> 
5    <b>{t}Blocked numbers/lists{/t}</b>
6    <br> 
7    <select style="width:100%; height:300px;" name="block_list[]" size=15 multiple>
8             {html_options values=$cblocklist output=$cblocklist}
9                 <option disabled>&nbsp;</option>
10    </select>
11    <br>
12    <input name="block_number" size=25 align="middle" maxlength=30 value="">
13    <input type=submit value="{msgPool type=addButton}" name="add_blocklist_number" >&nbsp;
14    <input type=submit value="{msgPool type=delButton}" name="delete_blocklist_number" >
15   </td>
16   <td>
17         <b>{t}List of predefined blocklists{/t}</b><br>
18         <table style="width:100%;height:300px;" summary="">
19                 <tr>
20                         <td valign="top">
21                                         {$divSelectPredefined}
22                         </td>
23                 </tr>
24         </table>
25    <input type=submit value="{t}Add the list to the blocklists{/t}" name="add_blocklist"><br>
26   </td>
27  </tr>
28 </table>
30 <p class="plugbottom">
31   <input type=submit name="edit_blocklists_finish" value="{msgPool type=applyButton}">
32   &nbsp;
33   <input type=submit name="edit_blocklists_cancel" value="{msgPool type=cancelButton}">
34 </p>