Changeset 9242
- Timestamp:
- 03/16/10 20:15:34 (2 years ago)
- Files:
-
- modules/branches/2.8/ivr/module.xml (modified) (2 diffs)
- modules/branches/2.8/ivr/page.ivr.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/ivr/module.xml
r8991 r9242 2 2 <rawname>ivr</rawname> 3 3 <name>IVR</name> 4 <version>2. 7.0.2</version>4 <version>2.8.0.0</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 11 11 </description> 12 12 <changelog> 13 *2.8.0.0* cleanup of IVR based on new drawselects: #1798 13 14 *2.7.0.2* localizations 14 15 *2.7.0.1* #4025 modules/branches/2.8/ivr/page.ivr.php
r9236 r9242 402 402 <tr> 403 403 <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;?>"> 405 405 </td> 406 406 <td> … … 416 416 ?> 417 417 <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 “Save” to save changes!');?>" onclick="delEntry(<?php echo $count;?>)"> 419 419 </td> 420 420 </tr>
