Alex Monk has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/49491


Change subject: (bug 43554) Set initial focus on Special:Nuke
......................................................................

(bug 43554) Set initial focus on Special:Nuke

Change-Id: I76e5130e0c1778cebec9803283b1f164e15e9409
---
M Nuke_body.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Nuke 
refs/changes/91/49491/1

diff --git a/Nuke_body.php b/Nuke_body.php
index 0ad5f48..6a6cfec 100644
--- a/Nuke_body.php
+++ b/Nuke_body.php
@@ -87,7 +87,7 @@
                        )
                        . '<table><tr>'
                                . '<td>' . Xml::label( $this->msg( 
'nuke-userorip' )->text(), 'nuke-target' ) . '</td>'
-                               . '<td>' . Xml::input( 'target', 40, $userName, 
array( 'id' => 'nuke-target' ) ) . '</td>'
+                               . '<td>' . Xml::input( 'target', 40, $userName, 
array( 'id' => 'nuke-target', 'autofocus' => true ) ) . '</td>'
                        . '</tr><tr>'
                                . '<td>' . Xml::label( $this->msg( 
'nuke-pattern' )->text(), 'nuke-pattern' ) . '</td>'
                                . '<td>' . Xml::input( 'pattern', 40, '', 
array( 'id' => 'nuke-pattern' ) ) . '</td>'

-- 
To view, visit https://gerrit.wikimedia.org/r/49491
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I76e5130e0c1778cebec9803283b1f164e15e9409
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Nuke
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to