Code

Mass table tag fixing
[gosa.git] / plugins / gofax / faxaccount / generic.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
3  <!-- Headline container -->
4  <tr>
5    <td style="width:50%; vertical-align:top;">
6      <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Generic{/t}</h2>
8      <table summary="">
9        <tr>
10          <td>{t}Fax{/t}{$must}</td>
11          <td>
12            <input name="facsimileTelephoneNumber" size=20 maxlength=65 {$facsimileTelephoneNumberACL} value="{$facsimileTelephoneNumber}" title="{t}Fax number for GOfax to trigger on{/t}">
13          </td>
14        </tr>
15        <tr>
16          <td>{t}Language{/t}</td>
17          <td>
18            <select size="1" name="goFaxLanguage" {$goFaxLanguageACL} title="{t}Specify the GOfax communication language for fax to mail gateway{/t}">
19             {html_options values=$languages output=$languages selected=$goFaxLanguage}
20            </select>
21          </td>
22        </tr>
23        <tr>
24          <td>{t}Delivery format{/t}</td>
25          <td>
26            <select size="1" name="goFaxFormat" {$goFaxFormatACL} title="{t}Specify delivery format for fax to mail gateway{/t}">
27             {html_options values=$formats output=$formats selected=$goFaxFormat}
28            </select>
29          </td>
30        </tr>
31      </table>
32      
33    </td>
34    <td style="border-left:1px solid #A0A0A0">
35     &nbsp;
36    </td>
37    <td style="vertical-align:top; width:100%">
38      <h2><img alt="" align="middle" src="images/printer.png"> {t}Delivery methods{/t}</h2>
40      <input type=checkbox name="goFaxIsEnabled" value="1" {$goFaxIsEnabled} {$goFaxIsEnabledACL}>
41      {t}Temporary disable fax usage{/t}<br>
43      {if $has_mailaccount eq "false"}
44      <input type=checkbox name="fax_to_mail" value="1" {$fax_to_mail} {$goFaxDeliveryModeACL}>
45       {t}Deliver fax as mail to{/t}&nbsp;
46       <input name="mail" size=25 maxlength=65 {$goFaxDeliveryModeACL} value="{$mail}">
47      {else}
48      <input type=checkbox name="fax_to_mail" value="1" {$fax_to_mail} {$goFaxDeliveryModeACL}>
49       {t}Deliver fax as mail{/t}
50      {/if}
51      <br>
53      <input type=checkbox name="fax_to_printer" value="1" {$fax_to_printer} {$goFaxDeliveryModeACL}>
54      {t}Deliver fax to printer{/t}&nbsp;
55      <select size="1" name="goFaxPrinter" {$goFaxPrinterACL}>
56       {html_options options=$printers selected=$goFaxPrinter}
57                 <option disabled></option>
58      </select>
60    </td>
61  </tr>
62 </table>
64 <p class="seperator">&nbsp;</p>
66 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
67   <tr>
68     <td style="width:50%;">
69     <h2><img alt="" align="middle" src="images/fax_small.png"> {t}Alternate fax numbers{/t}</h2>
70      <select style="width:350px; height:100px;" name="alternate_list[]" size=15 multiple {$facsimileAlternateTelephoneNumberACL}>
71                         {html_options values=$facsimileAlternateTelephoneNumber output=$facsimileAlternateTelephoneNumber}
72                         <option disabled></option>
73      </select><br>
74      <input name="forward_address" size=20 align="middle" maxlength=65 {$facsimileAlternateTelephoneNumberACL} value="">
75      <input type=submit value="{t}Add{/t}" name="add_alternate" {$facsimileAlternateTelephoneNumberACL}>&nbsp;
76      <input type=submit value="{t}Add local{/t}" name="add_local_alternate" {$facsimileAlternateTelephoneNumberACL}>&nbsp;
77      <input type=submit value="{t}Delete{/t}" name="delete_alternate" {$facsimileAlternateTelephoneNumberACL}>
78     </td>
80     <td style="border-left:1px solid #A0A0A0">
81      &nbsp;
82     </td>
83     
84     <td style="vertical-align:top; width:100%">
85       <h2><img alt="" align="middle" src="images/false.png"> {t}Blocklists{/t}</h2>
86       <table summary="">
87         <tr>
88           <td>{t}Blocklists for incoming fax{/t}</td>
89           <td>
90             <input type=submit name="edit_incoming" {$goFaxRBlockgroupsACL} value="{t}Edit{/t}">
91           </td>
92         </tr>
93         <tr>
94           <td>{t}Blocklists for outgoing fax{/t}</td>
95           <td>
96             <input type=submit name="edit_outgoing" {$goFaxSBlockgroupsACL} value="{t}Edit{/t}">
97           </td>
98         </tr>
99       </table>
100     </td>
101   </tr>
102 </table>
104 <input type="hidden" name="faxTab" value="faxTab">
106 <!-- Place cursor -->
107 <script language="JavaScript" type="text/javascript">
108   <!-- // First input field on page
109   document.mainform.facsimileTelephoneNumber.focus();
110   -->
111 </script>