Changeset 8710

Show
Ignore:
Timestamp:
01/29/10 13:35:55 (3 years ago)
Author:
p_lindheimer
Message:

Merged revisions 8709 via svnmerge from
http://www.freepbx.org/v2/svn/modules/branches/2.7

........

r8709 | mbrevda | 2010-01-29 03:23:41 -0800 (Fri, 29 Jan 2010) | 1 line


closes #4013; make save the default when hitting enter. This is a totaly pathetic implementation, but thats what heppens when you use IE, as this issue is EASLY preventable in FF. Version bump

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6

    • Property svnmerge-integrated changed from /modules/branches/2.5:1-7809,7812,7854,7858-7865,7878,7886,7890,7915,7967-7968,8036-8037 /modules/branches/2.7:1-8497,8576-8578,8581,8585,8662-8669,8690 to /modules/branches/2.5:1-7809,7812,7854,7858-7865,7878,7886,7890,7915,7967-7968,8036-8037 /modules/branches/2.7:1-8497,8576-8578,8581,8585,8662-8669,8690,8709
  • modules/branches/2.6/ivr/module.xml

    r8184 r8710  
    22  <rawname>ivr</rawname> 
    33  <name>IVR</name> 
    4   <version>2.6.0.2</version> 
     4  <version>2.6.0.3</version> 
    55  <publisher>FreePBX</publisher> 
    66  <license>GPLv2+</license> 
     
    1111  </description> 
    1212  <changelog> 
     13    *2.6.0.3* #4013 
    1314    *2.6.0.2* #3780 
    1415    *2.6.0.1* #3732 
  • modules/branches/2.6/ivr/page.ivr.php

    r7866 r8710  
    114114  <input type="hidden" name="display" value="ivr" /> 
    115115  <input type="hidden" name="id" value="<?php echo $id ?>" /> 
    116   <input name="Submit" type="submit" style="display:none;" value="save" /
     116  <input name="Submit" type="submit" value="<?php echo _("Save")?>" tabindex="<?php echo ++$tabindex;?>"
    117117<?php 
    118118  $usage_list = array(); 
     
    372372   
    373373  //--> 
     374 
    374375  </script> 
    375376        </form>