Ticket #2167: 2167.patch

File 2167.patch, 2.5 KB (added by Artur Formella, 16 years ago)
  • plugins/mediawiki/dialogs/image.html

     
    5858
    5959        window.parent.SetAutoSize( true ) ;
    6060        window.parent.SetOkButton( true ) ;
     61        GetE('txtUrl').focus();
    6162}
    6263
    6364function LoadSelection()
  • plugins/mediawiki/dialogs/link.html

     
    5858        // Activate the "OK" button.
    5959        window.parent.SetOkButton( true ) ;
    6060        window.parent.SetAutoSize( true ) ;
     61        GetE('txtUrl').focus();
    6162}
    6263
    6364function LoadSelection()
  • plugins/mediawiki/dialogs/math.html

     
    6060        // Activate the "OK" button.
    6161        window.parent.SetOkButton( true ) ;
    6262        window.parent.SetAutoSize( true ) ;
     63        GetE('xTemplateRaw').focus();
    6364}
    6465
    6566function LoadSelection()
  • plugins/mediawiki/dialogs/ref.html

     
    6363        // Activate the "OK" button.
    6464        window.parent.SetOkButton( true ) ;
    6565        window.parent.SetAutoSize( true ) ;
     66        GetE('xRefText').focus();
    6667}
    6768
    6869function LoadSelection()
  • plugins/mediawiki/dialogs/special.html

     
    104104        // Activate the "OK" button.
    105105        window.parent.SetOkButton( true ) ;
    106106        window.parent.SetAutoSize( true ) ;
     107        GetE('xTemplateRaw').focus();
    107108}
    108109
    109110function LoadSearchResults( result )
  • plugins/mediawiki/dialogs/template.html

     
    7575        // Activate the "OK" button.
    7676        window.parent.SetOkButton( true ) ;
    7777        window.parent.SetAutoSize( true ) ;
     78        GetE('xTemplateRaw').focus();
    7879}
    7980
    8081function LoadSearchResults( result )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy