Alex Monk has uploaded a new change for review.

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


Change subject: (bug 43555) Set initial focus on Special:ExpandTemplates
......................................................................

(bug 43555) Set initial focus on Special:ExpandTemplates

Change-Id: Ic32afeb620ee0cb6655f3f856b8461257317a7c2
---
M ExpandTemplates_body.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ExpandTemplates 
refs/changes/93/49493/1

diff --git a/ExpandTemplates_body.php b/ExpandTemplates_body.php
index 50082e7..682d684 100644
--- a/ExpandTemplates_body.php
+++ b/ExpandTemplates_body.php
@@ -104,7 +104,8 @@
                        'contexttitle',
                        'contexttitle',
                        60,
-                       $title
+                       $title,
+                       array( 'autofocus' => true )
                ) . '</p>';
                $form .= '<p>' . Xml::label(
                        $this->msg( 'expand_templates_input' )->text(),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic32afeb620ee0cb6655f3f856b8461257317a7c2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ExpandTemplates
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