Changeset 5323

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

formatting tweaks

Files:

Legend:

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

    r5071 r5323  
    203203        <td valign="top"> 
    204204          <a href=# class="info"><?php echo _("Admin Access<span>Select the Admin Sections this user should have access to.</span>")?></a>:  
    205         </td><td>&nbsp; 
     205        </td><td> 
    206206          <select multiple name="sections[]"> 
    207207          <option /> 
  • 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"); 
  • modules/branches/2.4/core/page.routing.php

    r5302 r5323  
    331331      <td><a href="#" class="info"><?php echo _("Music On Hold?")?><span><?php echo _("You can choose which music category to use. For example, choose a type appropriate for a destination country which may have announcements in the appropriate language.")?></span></a></td> 
    332332      <td> 
    333         &nbsp;&nbsp;<select name="mohsilence"/> 
     333        <select name="mohsilence"/> 
    334334        <?php 
    335335          $tresults = music_list($amp_conf['ASTVARLIBDIR']."/mohmp3"); 
  • modules/branches/2.4/core/page.trunks.php

    r5301 r5323  
    346346  if ($tech == "sip" || substr($tech,0,3) == "iax") { 
    347347?> 
    348           <a href=# class="info"><?php echo _("Maximum channels")?><span><?php echo sprintf(_("Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. To count inbound calls against this maximum, use the auto-generated context: %s as the inbound trunk's context. (see extensions_additional.conf) Leave blank to specify no maximum."),((isset($channelid) && trim($channelid)!="")?"from-trunk-$channelid":"from-trunk-[trunkname]"))?></span></a>:  
     348          <a href=# class="info"><?php echo _("Maximum Channels")?><span><?php echo sprintf(_("Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. To count inbound calls against this maximum, use the auto-generated context: %s as the inbound trunk's context. (see extensions_additional.conf) Leave blank to specify no maximum."),((isset($channelid) && trim($channelid)!="")?"from-trunk-$channelid":"from-trunk-[trunkname]"))?></span></a>:  
    349349<?php 
    350350  } else { 
    351351?> 
    352           <a href=# class="info"><?php echo _("Maximum channels")?><span><?php echo _("Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. Inbound calls are not counted against the maximum. Leave blank to specify no maximum.")?></span></a>:  
     352          <a href=# class="info"><?php echo _("Maximum Channels")?><span><?php echo _("Controls the maximum number of outbound channels (simultaneous calls) that can be used on this trunk. Inbound calls are not counted against the maximum. Leave blank to specify no maximum.")?></span></a>:  
    353353<?php 
    354354  } 
     
    393393  <?php echo _("You can also use both + and |, for example: 01+0|1ZXXXXXXXXX would match \"016065551234\" and dial it as \"0116065551234\" Note that the order does not matter, eg. 0|01+1ZXXXXXXXXX does the same thing."); ?> 
    394394          </span></a>: 
    395         </td><td valign="top">&nbsp; 
     395        </td><td valign="top"> 
    396396          <textarea id="dialrules" cols="20" rows="<?php   
    397397            if (is_array($dialrules)) { 
     
    407407      <tr> 
    408408        <td> 
    409           <a href=# class="info"><?php echo _("Dial rules wizards")?><span> 
     409          <a href=# class="info"><?php echo _("Dial Rules Wizards")?><span> 
    410410          <strong><?php echo _("Always dial with prefix")?></strong> <?php echo _("is useful for VoIP trunks, where if a number is dialed as \"5551234\", it can be converted to \"16135551234\".")?><br> 
    411411          <strong><?php echo _("Remove prefix from local numbers")?></strong> <?php echo _("is useful for ZAP trunks, where if a local number is dialed as \"6135551234\", it can be converted to \"555-1234\".")?><br> 
    412412          <strong><?php echo _("Lookup numbers for local trunk")?></strong> <?php echo _("This looks up your local number on www.localcallingguide.com (NA-only), and sets up so you can dial either 7 or 10 digits (regardless of what your PSTN is) on a local trunk (where you have to dial 1+areacode for long distance, but only 5551234 (7-digit dialing) or 6135551234 (10-digit dialing) for local calls")?><br> 
    413413          </span></a>: 
    414         </td><td valign="top">&nbsp;&nbsp;<select id="autopop" name="autopop" onChange="changeAutoPop(); "> 
     414        </td><td valign="top"><select id="autopop" name="autopop" onChange="changeAutoPop(); "> 
    415415            <option value="" SELECTED><?php echo _("(pick one)")?></option> 
    416416            <option value="always"><?php echo _("Always dial with prefix")?></option>