Code

updated templates
[gosa.git] / gosa-plugins / gofax / gofax / faxaccount / lists.tpl
2 <table style='width:100%; ' summary="">
4  <tr>
5   <td style='width:50%;' class='right-border'> 
7    <b>{t}Blocked numbers/lists{/t}</b>
8    <br> 
9    <select style="width:100%; height:300px;" name="block_list[]" size=15 multiple>
10             {html_options values=$cblocklist output=$cblocklist}
11                 <option disabled>&nbsp;</option>
12    </select>
13    <br>
14    <input type='text' name="block_number" size=25 align="middle" maxlength=30 value="">
15    <button type='submit' name='add_blocklist_number'>{msgPool type=addButton}</button>&nbsp;
17    <button type='submit' name='delete_blocklist_number'>{msgPool type=delButton}</button>
19   </td>
20   <td>
21         <b>{t}List of predefined blocklists{/t}</b><br>
22         <table style="width:100%;height:300px;" summary="">
23                 <tr>
24                         <td valign="top">
25                                         {$divSelectPredefined}
26                         </td>
27                 </tr>
28         </table>
29    <button type='submit' name='add_blocklist'>{t}Add the list to the blocklists{/t}</button>
30 <br>
31   </td>
32  </tr>
33 </table>
35 <hr>
36 <div class="plugin-actions">
37   <button type='submit' name='edit_blocklists_finish'>{msgPool type=applyButton}</button>
39   <button type='submit' name='edit_blocklists_cancel'>{msgPool type=cancelButton}</button>
41 </div>