Code

340ec4afc0919919b68f4dd4234acae528dd0206
[gosa.git] / plugins / gofax / faxaccount / generic.tpl
1 <table 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>
9        <tr>
10          <td>{t}Fax{/t}{$must}</td>
11          <td>
12            <input name="facsimileTelephoneNumber" size=20 maxlength=60 {$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=60 {$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      </select>
59    </td>
60  </tr>
61 </table>
63 <p class="seperator">&nbsp;</p>
65 <table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
66   <tr>
67     <td style="width:50%;">
68     <h2><img alt="" align="middle" src="images/fax_small.png"> {t}Alternate fax numbers{/t}</h2>
69      <select style="width:350px; height:100px;" name="alternate_list[]" size=15 multiple {$facsimileAlternateTelephoneNumberACL}>
70         {if $SELECT_facsimileAlternateTelephoneNumber==true}
71                         {html_options values=$facsimileAlternateTelephoneNumber output=$facsimileAlternateTelephoneNumber}
72                 {else}
73                         <option>
74         {/if}
75      </select><br>
76      <input name="forward_address" size=20 align="middle" maxlength=60 {$facsimileAlternateTelephoneNumberACL} value="">
77      <input type=submit value="{t}Add{/t}" name="add_alternate" {$facsimileAlternateTelephoneNumberACL}>&nbsp;
78      <input type=submit value="{t}Add local{/t}" name="add_local_alternate" {$facsimileAlternateTelephoneNumberACL}>&nbsp;
79      <input type=submit value="{t}Delete{/t}" name="delete_alternate" {$facsimileAlternateTelephoneNumberACL}>
80     </td>
82     <td style="border-left:1px solid #A0A0A0">
83      &nbsp;
84     </td>
85     
86     <td style="vertical-align:top; width:100%">
87       <h2><img alt="" align="middle" src="images/false.png"> {t}Blocklists{/t}</h2>
88       <table>
89         <tr>
90           <td>{t}Blocklists for incoming fax{/t}</td>
91           <td>
92             <input type=submit name="edit_incoming" {$goFaxRBlockgroupsACL} value="{t}Edit{/t}">
93           </td>
94         </tr>
95         <tr>
96           <td>{t}Blocklists for outgoing fax{/t}</td>
97           <td>
98             <input type=submit name="edit_outgoing" {$goFaxSBlockgroupsACL} value="{t}Edit{/t}">
99           </td>
100         </tr>
101       </table>
102     </td>
103   </tr>
104 </table>
106 <input type="hidden" name="faxTab" value="faxTab">
108 <!-- Place cursor -->
109 <script language="JavaScript" type="text/javascript">
110   <!-- // First input field on page
111   document.mainform.facsimileTelephoneNumber.focus();
112   -->
113 </script>