Changeset 11439

Show
Ignore:
Timestamp:
02/18/11 00:51:02 (2 years ago)
Author:
GameGamer43
Message:

re #4701 - changes the tooltips to be correct for the prior checkin regarding forcing confirmation on queues

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/queues/page.queues.php

    r11438 r11439  
    296296 
    297297  <tr> 
    298         <td><a href="#" class="info"><?php echo _("Call Confirm:")?><span><?php echo _("If checked, the queue will not answer the call. Under most circumstance you should always have the queue answering calls. If not, then it's possible that recordings and MoH will not be heard by the waiting callers since early media capabilities vary and are inconsistent. Some cases where it may be desired to not answer a call is when using Strict Join Empty queue policies where the caller will not be admitted to the queue unless there is a queue member immediately availalbe to take the call.")?></span></a></td> 
     298        <td><a href="#" class="info"><?php echo _("Call Confirm:")?><span><?php echo _("If checked, the queue would force call confirmation on any follow-me that is pursued.")?></span></a></td> 
    299299        <td> 
    300300            <input name="callconfirm" type="checkbox" value="1" <?php echo (isset($callconfirm) && $callconfirm == '1' ? 'checked' : ''); ?>  tabindex="<?php echo ++$tabindex;?>"/> 
     
    304304  if(function_exists('recordings_list')) { //only include if recordings is enabled ?> 
    305305        <tr> 
    306                 <td><a href="#" class="info"><?php echo _("Call Confirm Announcement:")?><span><?php echo _("Announcement played to callers once prior to joining the queue.<br><br>To add additional recordings please use the \"System Recordings\" MENU to the left")?></span></a></td> 
     306                <td><a href="#" class="info"><?php echo _("Call Confirm Announcement:")?><span><?php echo _("Announcement played to anyone using an external follow-me to receive the queue call.<br><br>To add additional recordings please use the \"System Recordings\" MENU to the left")?></span></a></td> 
    307307                <td> 
    308308                        <select name="callconfirm_id" tabindex="<?php echo ++$tabindex;?>"> 
     
    322322<?php } else { ?> 
    323323        <tr> 
    324                 <td><a href="#" class="info"><?php echo _("Call Confirm Announcement:")?><span><?php echo _("Announcement played to callers once prior to joining the queue.<br><br>You must install and enable the \"Systems Recordings\" Module to edit this option")?></span></a></td> 
     324                <td><a href="#" class="info"><?php echo _("Call Confirm Announcement:")?><span><?php echo _("Announcement played to anyone using an external follow-me to receive the queue call.<br><br>You must install and enable the \"Systems Recordings\" Module to edit this option")?></span></a></td> 
    325325                <td> 
    326326                        <?php