Changeset 8682
- Timestamp:
- 01/25/10 12:51:39 (3 years ago)
- Files:
-
- modules/branches/2.7/fax/page.fax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/fax/page.fax.php
r8681 r8682 45 45 <td><input type="text" size="30" name="sender_address" value="<?php echo htmlspecialchars($fax['sender_address'])?>" tabindex="<?php echo ++$tabindex;?>"/></td> 46 46 </tr> 47 <tr><td colspan="3"><h5><?php echo _("Fax Feature Code Options")?><hr/></h5></td></tr> 47 48 <tr> 48 <td><a class="info" href="#"><?php echo _(" Default Email address:")?><span><?php echo _("Email address that faxes are sent to if no other email address. This used for Simulate Incoming Fax and in some rare legacy migration cases")?></span></a></td>49 <td><a class="info" href="#"><?php echo _("Email address:")?><span><?php echo _("Email address that faxes are sent to when using the \"Dial System Fax\" feature code. This is also the default email for fax detection in legacy mode, if there are routes still running in this mode that do not have email addresses specified.")?></span></a></td> 49 50 <td><input type="text" size="30" name="fax_rx_email" value="<?php echo htmlspecialchars($fax['fax_rx_email'])?>" tabindex="<?php echo ++$tabindex;?>"/></td> 50 51 </tr>
