Code

Updated template
[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 type='text' name="block_number" size=25 align="middle" maxlength=30 value="">
13    <button type='submit' name='add_blocklist_number'>{msgPool type=addButton}</button>&nbsp;
15    <button type='submit' name='delete_blocklist_number'>{msgPool type=delButton}</button>
17   </td>
18   <td>
19         <b>{t}List of predefined blocklists{/t}</b><br>
20         <table style="width:100%;height:300px;" summary="">
21                 <tr>
22                         <td valign="top">
23                                         {$divSelectPredefined}
24                         </td>
25                 </tr>
26         </table>
27    <button type='submit' name='add_blocklist'>{t}Add the list to the blocklists{/t}</button>
28 <br>
29   </td>
30  </tr>
31 </table>
33 <hr>
34 <div class="plugin-actions">
35   <button type='submit' name='edit_blocklists_finish'>{msgPool type=applyButton}</button>
37   <button type='submit' name='edit_blocklists_cancel'>{msgPool type=cancelButton}</button>
39 </div>