Prtksxna has uploaded a new change for review.

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

Change subject: Special:BookSources: Use corrent mediawiki.ui and update strings
......................................................................

Special:BookSources: Use corrent mediawiki.ui and update strings

Bug: 71145
Change-Id: I00c4a00d4a2aeb7f6b39ede6fca1725991b68d7c
---
M includes/specials/SpecialBooksources.php
M languages/i18n/en.json
M languages/i18n/qqq.json
3 files changed, 7 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/45/162145/1

diff --git a/includes/specials/SpecialBooksources.php 
b/includes/specials/SpecialBooksources.php
index 72f4e46..324e1f1 100644
--- a/includes/specials/SpecialBooksources.php
+++ b/includes/specials/SpecialBooksources.php
@@ -131,9 +131,12 @@
                        'isbn',
                        20,
                        $this->isbn,
-                       array( 'autofocus' => true )
+                       array( 'autofocus' => true, 'class' => 
'mw-ui-input-inline' )
                );
-               $form .= ' ' . Xml::submitButton( $this->msg( 
'booksources-go' )->text() ) . "</p>\n";
+               $form .= '&#160;' . Xml::submitButton(
+                       $this->msg( 'booksources-search' )->text(),
+                       array( 'class' => 'mw-ui-button mw-ui-progressive' )
+               ) . "</p>\n";
                $form .= Html::closeElement( 'form' ) . "\n";
                $form .= Html::closeElement( 'fieldset' ) . "\n";
 
diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index 8b6e66b..c448fe5 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -1683,7 +1683,7 @@
        "booksources-summary": "",
        "booksources-search-legend": "Search for book sources",
        "booksources-isbn": "ISBN:",
-       "booksources-go": "Go",
+       "booksources-search": "Search",
        "booksources-text": "Below is a list of links to other sites that sell 
new and used books, and may also have further information about books you are 
looking for:",
        "booksources-invalid-isbn": "The given ISBN does not appear to be 
valid; check for errors copying from the original source.",
        "rfcurl": "//tools.ietf.org/html/rfc$1",
diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json
index 941bb91..54d2395 100644
--- a/languages/i18n/qqq.json
+++ b/languages/i18n/qqq.json
@@ -1845,7 +1845,7 @@
        "booksources-summary": "{{doc-specialpagesummary|booksources}}",
        "booksources-search-legend": "Box heading on [[Special:BookSources|book 
sources]] special page. The box is for searching for places where a particular 
book can be bought or viewed.",
        "booksources-isbn": "{{optional}}\nThis is a label that appears before 
a text input field on the Special:BookSources page.\n{{Identical|ISBN}}",
-       "booksources-go": "Name of button in 
[[Special:BookSources]]\n\n{{Identical|Go}}",
+       "booksources-search": "Search button in 
[[Special:BookSources]]\n\n{{Identical|Go}}",
        "booksources-text": "Used in [[Special:BookSources/1]].\n\nThis message 
is followed by a list of links to other sites.\n\nSee also:\n* 
{{msg-mw|Booksources|title}}\n* {{msg-mw|Booksources-text|text}}",
        "booksources-invalid-isbn": "This message is displayed after an invalid 
ISBN is entered on [[Special:Booksources]].",
        "rfcurl": "{{notranslate}}\nParameters:\n* $1 - RFC number\nSee 
also:\n* {{msg-mw|Pubmedurl}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I00c4a00d4a2aeb7f6b39ede6fca1725991b68d7c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <[email protected]>

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

Reply via email to