Show
Ignore:
Timestamp:
11/30/07 17:21:59 (5 years ago)
Author:
p_lindheimer
Message:

formatting tweaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4/core/page.did.php

    r5304 r5323  
    108108        <a class="info" href="#"><?php echo _("Fax Extension")?><span><?php echo _("Select 'system' to have the system receive and email faxes.<br><br>The FreePBX default is defined in General Settings.")?></span></a>: 
    109109      </td> 
    110       <td>&nbsp; 
     110      <td> 
    111111        <select name="faxexten"> 
    112112<?php  
     
    150150    <tr> 
    151151      <td><a href="#" class="info"><?php echo _("Fax Detection Type")?><span><?php echo _('Selecting Zaptel or NVFax will immediately answer the call and play ringing tones to the caller for the number of seconds in Pause below. Use NVFax on SIP or IAX trunks.')?></span></a>:</td> 
    152       <td>&nbsp; 
     152      <td> 
    153153        <select name="answer"> 
    154154          <option value="0" <?php  echo ($answer == '0' ? 'SELECTED' : '')?>><?php echo _("None")?> 
     
    159159    </tr> 
    160160    <tr> 
    161       <td><a href="#" class="info"><?php echo _("Pause after answer")?><span><?php echo _('The number of seconds we should wait after performing an Immediate Answer. The primary purpose of this is to pause and listen for a fax tone before allowing the call to proceed.')?></span></a>:</td> 
     161      <td><a href="#" class="info"><?php echo _("Pause After Answer")?><span><?php echo _('The number of seconds we should wait after performing an Immediate Answer. The primary purpose of this is to pause and listen for a fax tone before allowing the call to proceed.')?></span></a>:</td> 
    162162      <td><input type="text" name="wait" size="3" value="<?php echo isset($wait)?$wait:'' ?>"></td> 
    163163    </tr> 
     
    191191      <td><a href="#" class="info"><?php echo _("Music On Hold?")?><span><?php echo _("Set the MoH class that will be used for calls that come in on this route. For example, choose a type appropriate for routes coming in from a country which may have announcements in their language.")?></span></a></td> 
    192192      <td> 
    193         &nbsp;&nbsp;<select name="mohclass"/> 
     193        <select name="mohclass"/> 
    194194        <?php 
    195195          $tresults = music_list($amp_conf['ASTVARLIBDIR']."/mohmp3");