Make WordPress Core


Ignore:
Timestamp:
04/01/2015 02:47:55 AM (9 years ago)
Author:
jorbin
Message:

Refine UI for FTP modal and shiny updates

Numerous changes to make the FTP modal experience a good one. These include:

  • Update HTML used by both the form here and the form on the standalone screen
  • Allow users to cancel FTP install
  • Focus locking in the modal
  • Focus on modal form on load
  • ARIA Attributes
  • Style Enhancements
  • Add low screen height (such as phone and some tablets) friendly experience for entering credentials

Props ericlewis, afercia
Fixes #31608

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r31905 r31949  
    530530                'updatingMsg'   => __( 'Updating... please wait.' ),
    531531                'updatedMsg'    => __( 'Update completed successfully.' ),
     532                'updateCancel'  => __( 'Update canceled' ),
    532533            )
    533534        ) );
Note: See TracChangeset for help on using the changeset viewer.