Changeset 6222
- Timestamp:
- 07/30/08 19:34:12 (2 months ago)
- Files:
-
- modules/branches/2.5/ivr/module.xml (modified) (2 diffs)
- modules/branches/2.5/ivr/page.ivr.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/ivr/module.xml
r6185 r6222 2 2 <rawname>ivr</rawname> 3 3 <name>IVR</name> 4 <version>2.5.1 8.1</version>4 <version>2.5.19.1</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> … … 9 9 </description> 10 10 <changelog> 11 *2.5.19.1* #2965 not working on IE fixed 11 12 *2.5.19* #2865 Add alternative messages to play if t or i are hit, replacing the first announcmement 12 13 *2.5.18.1* #2948 don't allow deletion if used by a Queue and show list modules/branches/2.5/ivr/page.ivr.php
r6184 r6222 150 150 <td><input type="text" name="displayname" value="<?php echo $ivr_details['displayname'] ?>" tabindex="<?php echo ++$tabindex;?>"></td> 151 151 </tr> 152 <script language="javascript">153 <!--154 155 var theForm = document.prompt;156 theForm.displayname.focus();157 </script>158 152 159 153 <?php … … 334 328 <!-- 335 329 336 330 var theForm = document.prompt; 331 theForm.displayname.focus(); 337 332 338 333 function prompt_onsubmit() {
