Changeset 10025

Show
Ignore:
Timestamp:
07/01/10 15:28:40 (3 years ago)
Author:
mickecarlsson
Message:

fax module: move out html tags from text strings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8/fax/functions.inc.php

    r10024 r10025  
    412412    $html.=_("Detect Faxes").'<span>'._("Attempt to detect faxes on this DID.")."<ul><li>"._("No: No attempts are made to auto-determine the call type; all calls sent to destination below. Use this option if this DID is used exclusively for voice OR fax.")."</li><li>"._("Yes: try to auto determine the type of call; route to the fax destination if call is a fax, otherwise send to regular destination. Use this option if you receive both voice and fax calls on this line")."</li>"; 
    413413    if($fax_settings['legacy_mode'] == 'yes' || $fax['legacy_email']!==null){ 
    414       $html.=_('<li>Legacy: Same as YES, only you can enter an email address as the destination. This option is ONLY for supporting migrated legacy fax routes. You should upgrade this route by choosing YES, and selecting a valid destination!</li>')
     414      $html.='<li>'._('Legacy: Same as YES, only you can enter an email address as the destination. This option is ONLY for supporting migrated legacy fax routes. You should upgrade this route by choosing YES, and selecting a valid destination!').'</li>'
    415415    }    
    416416    $html.='</ul></span></a>:</td>';