Changeset 7549 for modules

Show
Ignore:
Timestamp:
03/23/09 10:16:29 (4 years ago)
Author:
p_lindheimer
Message:

modified tooltip text

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/outroutemsg/page.outroutemsg.php

    r7548 r7549  
    5656<tr><td colspan="2"><br><h5><?php echo _("Standard Routes")?><hr></h5></td></tr> 
    5757<tr> 
    58   <td><a href="#" class="info"><?php echo _("Message or Tone")?><span><?php echo _("Message or tone to be played if no trunks are available")?></span></a></td> 
     58  <td><a href="#" class="info"><?php echo _("Message or Tone")?><span><?php echo _("Message or tone to be played if no trunks are available.")?></span></a></td> 
    5959  <td align=right> 
    6060    <select name="default_msg_id" id="default_msg_id" tabindex="<?php echo ++$tabindex;?>"> 
     
    7474<tr><td colspan="2"><br><h5><?php echo _("Intra-Company Routes")?><hr></h5></td></tr> 
    7575<tr> 
    76   <td><a href="#" class="info"><?php echo _("Message or Tone")?><span><?php echo _("Message or tone to be played if no trunks are available")?></span></a></td> 
     76  <td><a href="#" class="info"><?php echo _("Message or Tone")?><span><?php echo _("Message or tone to be played if no trunks are available. Used on routes marked as intra-company only.")?></span></a></td> 
    7777  <td align=right> 
    7878    <select name="intracompany_msg_id" id="intracompany_msg_id" tabindex="<?php echo ++$tabindex;?>"> 
     
    9292<tr><td colspan="2"><br><h5><?php echo _("Emergency Routes")?><hr></h5></td></tr> 
    9393<tr> 
    94   <td><a href="#" class="info"><?php echo _("Message or Tone")?><span><?php echo _("Message or tone to be played if no trunks are available")?></span></a></td> 
     94  <td><a href="#" class="info"><?php echo _("Message or Tone")?><span><?php echo _("Message or tone to be played if no trunks are available. Used on all emergency routes. Consider a message instructing callers to find an alternative means of calling emergency services such as a cell phone or alarm system panel.")?></span></a></td> 
    9595  <td align=right> 
    9696    <select name="emergency_msg_id" id="emergency_msg_id" tabindex="<?php echo ++$tabindex;?>">