Changeset 9242

Show
Ignore:
Timestamp:
03/16/10 20:15:34 (2 years ago)
Author:
p_lindheimer
Message:

clean up IVR to take advantage of #1798 cascading select boxes for destinations

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8/ivr/module.xml

    r8991 r9242  
    22  <rawname>ivr</rawname> 
    33  <name>IVR</name> 
    4   <version>2.7.0.2</version> 
     4  <version>2.8.0.0</version> 
    55  <publisher>FreePBX</publisher> 
    66  <license>GPLv2+</license> 
     
    1111  </description> 
    1212  <changelog> 
     13    *2.8.0.0* cleanup of IVR based on new drawselects: #1798 
    1314    *2.7.0.2* localizations 
    1415    *2.7.0.1* #4025 
  • modules/branches/2.8/ivr/page.ivr.php

    r9236 r9242  
    402402  <tr> 
    403403  <td style="text-align:right;"> 
    404    <input size="2" type="text" name="option<?php echo $count ?>" value="<?php echo $sel ?>" tabindex="<?php echo ++$tabindex;?>"> 
     404  <input title="<?php echo _("Digits to press for this choice")?>" size="4" type="text" name="option<?php echo $count ?>" value="<?php echo $sel ?>" tabindex="<?php echo ++$tabindex;?>"> 
    405405  </td> 
    406406  <td> 
     
    416416  ?> 
    417417  <td> 
    418     <img src="images/trash.png" style="cursor:pointer" title="<?php echo _('Click here to delete this entry. Dont forget to click "Save" to save changes!');?>" onclick="delEntry(<?php echo $count;?>)"> 
     418    <img src="images/trash.png" style="cursor:pointer" title="<?php echo _('Delete this entry. Dont forget to click &ldquo;Save&rdquo; to save changes!');?>" onclick="delEntry(<?php echo $count;?>)"> 
    419419  </td> 
    420420  </tr>