Show
Ignore:
Timestamp:
10/25/08 16:33:46 (5 years ago)
Author:
sasargen
Message:

ARI: add tooltips to Call Me Number and Call Screening labels

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/phonefeatures.module

    r7103 r7140  
    420420 
    421421    $ret = "\n<tr>"; 
    422     $ret.= "<td>" . _("Call Screening:") . "</td>"; 
     422    $ret.= "<td><a href='#' class='info'>" . _("Call Screening:") . "<span>" . _("Call Screening requires external callers to say their name, which will be played back to the user and allow the user to accept or reject the call.  Screening with memory only verifies a caller for their caller-id once. Screening without memory always requires a caller to say their name. Either mode will always announce the caller based on the last introduction saved with that callerid. If any user on the system uses the memory option, when that user is called, the caller will be required to re-introduce themselves and all users on the system will have that new introduction associated with the caller's CallerId.") . " </span></a></td>"; 
    423423    $ret.= "<td>"; 
    424424    $ret.= "<select name='call_screen'>"; 
  • freepbx/branches/2.5/amp_conf/htdocs/recordings/modules/settings.module

    r7103 r7140  
    486486    $set_voicemail_callme_text = " 
    487487      <tr> 
    488       <td>" . _("Call Me Number:") . "</td> 
     488      <td><a href='#' class='info'>" . _("Call Me Number:") . "<span>" . ("Call Me Number can be any dialable number, such as an extension or a cellphone.") . " </span></a></td> 
    489489      <td> 
    490490      <input type='text' id='callme_number' name='callme_number'