Florianschmidtwelzow has uploaded a new change for review. https://gerrit.wikimedia.org/r/316224
Change subject: Enable search/title suggestions for Preview page with this template ...................................................................... Enable search/title suggestions for Preview page with this template This should help finding the correct page title without trying around or knowing the exact page title. Bug: T148324 Change-Id: I709ef20f175e17e1c29a67394c14376a534c16ff --- M TemplateSandbox.hooks.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TemplateSandbox refs/changes/24/316224/1 diff --git a/TemplateSandbox.hooks.php b/TemplateSandbox.hooks.php index e633261..586be39 100644 --- a/TemplateSandbox.hooks.php +++ b/TemplateSandbox.hooks.php @@ -227,6 +227,7 @@ 'tabindex' => ++$tabindex, 'size' => 60, 'spellcheck' => 'true', + 'class' => 'mw-searchInput', ]; // EditPage::getContext() is available since 1.28+ -- To view, visit https://gerrit.wikimedia.org/r/316224 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I709ef20f175e17e1c29a67394c14376a534c16ff Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/TemplateSandbox Gerrit-Branch: master Gerrit-Owner: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits