phpBMS

Changeset 717

Show
Ignore:
Timestamp:
01/05/10 16:57:11 (2 years ago)
Author:
nate
Message:
  • Changed the acceskey attribute on the cancel button on manual_list_sync.php (for the MailChimp? Module) to be consistent with similarly named buttons (i.e. its accesskey is 'x').
  • Said button will change its display name when the script has been run successfully.
Location:
trunk/phpbms/modules/mailchimp
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/mailchimp/javascript/manual_list_sync.js

    r684 r717  
    3333         
    3434        var resultText = getObjectFromID("resultText"); 
     35                var cancelSpan = getObjectFromID("cancelButton"); 
    3536 
    3637        if(response.type && response.details){ 
     
    3839            if(response.type == "success"){ 
    3940                resultText.innerHTML = "Success"; 
     41                                cancelSpan.innerHTML = "done"; 
    4042            }else{ 
    4143                resultText.innerHTML = "The following errors were found:"; 
  • trunk/phpbms/modules/mailchimp/manual_list_sync.php

    r685 r717  
    3333        </div> 
    3434        <p id="cancelP"> 
    35                 <button type="button" class="Buttons" id="cancelButton" accesskey="c" title="access key = 'c'"><span>cancel</span></button> 
     35                <button type="button" class="Buttons" id="cancelButton" accesskey="x" title="access key='x'"><span id="cancelSpan">cancel</span></button> 
    3636        </p> 
    3737</div> 
Scanned by Orvant Copyright © 2010 Kreotek, LLC. All Rights reserved.