Ticket #2167: 2167.patch
File 2167.patch, 2.5 KB (added by , 15 years ago) |
---|
-
plugins/mediawiki/dialogs/image.html
58 58 59 59 window.parent.SetAutoSize( true ) ; 60 60 window.parent.SetOkButton( true ) ; 61 GetE('txtUrl').focus(); 61 62 } 62 63 63 64 function LoadSelection() -
plugins/mediawiki/dialogs/link.html
58 58 // Activate the "OK" button. 59 59 window.parent.SetOkButton( true ) ; 60 60 window.parent.SetAutoSize( true ) ; 61 GetE('txtUrl').focus(); 61 62 } 62 63 63 64 function LoadSelection() -
plugins/mediawiki/dialogs/math.html
60 60 // Activate the "OK" button. 61 61 window.parent.SetOkButton( true ) ; 62 62 window.parent.SetAutoSize( true ) ; 63 GetE('xTemplateRaw').focus(); 63 64 } 64 65 65 66 function LoadSelection() -
plugins/mediawiki/dialogs/ref.html
63 63 // Activate the "OK" button. 64 64 window.parent.SetOkButton( true ) ; 65 65 window.parent.SetAutoSize( true ) ; 66 GetE('xRefText').focus(); 66 67 } 67 68 68 69 function LoadSelection() -
plugins/mediawiki/dialogs/special.html
104 104 // Activate the "OK" button. 105 105 window.parent.SetOkButton( true ) ; 106 106 window.parent.SetAutoSize( true ) ; 107 GetE('xTemplateRaw').focus(); 107 108 } 108 109 109 110 function LoadSearchResults( result ) -
plugins/mediawiki/dialogs/template.html
75 75 // Activate the "OK" button. 76 76 window.parent.SetOkButton( true ) ; 77 77 window.parent.SetAutoSize( true ) ; 78 GetE('xTemplateRaw').focus(); 78 79 } 79 80 80 81 function LoadSearchResults( result )