Nischayn22 has uploaded a new change for review.

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


Change subject: (bug 31292) make category permanently visible.
......................................................................

(bug 31292) make category permanently visible.

make category field permanently visible by removing it from below the "more
options" link.

Change-Id: Ibbf1d6f5b686ed4989daac39a619c3a960752359
---
M UploadWizard.i18n.php
M resources/mw.UploadWizardDetails.js
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UploadWizard 
refs/changes/46/53046/1

diff --git a/UploadWizard.i18n.php b/UploadWizard.i18n.php
index b81e5d2..884a8c7 100644
--- a/UploadWizard.i18n.php
+++ b/UploadWizard.i18n.php
@@ -133,7 +133,7 @@
        'mwe-upwiz-source-thirdparty-cases' => 'Now tell us why you are sure 
you have the right to publish {{PLURAL:$1|this work|these works}}:',
        'mwe-upwiz-source-thirdparty-accept' => 'OK',
        'mwe-upwiz-source-custom' => 'Provide copyright information for each 
file individually on the next page.',
-       'mwe-upwiz-more-options' => 'Add categories and more information ...',
+       'mwe-upwiz-more-options' => 'Add location and more information ...',
        'mwe-upwiz-copy-metadata' => 'Copy information to {{PLURAL:$1|the other 
upload|all uploads}} below ...',
        'mwe-upwiz-copy-metadata-button' => 'Copy',
        'mwe-upwiz-copied-metadata-button' => 'Successfully Copied',
diff --git a/resources/mw.UploadWizardDetails.js 
b/resources/mw.UploadWizardDetails.js
index 65956f4..8af40a3 100644
--- a/resources/mw.UploadWizardDetails.js
+++ b/resources/mw.UploadWizardDetails.js
@@ -177,7 +177,6 @@
                );
 
        $j( moreDetailsDiv ).append(
-               $categoriesDiv,
                locationDiv,
                otherInformationDiv
        );
@@ -190,7 +189,8 @@
                _this.descriptionsDiv,
                descriptionAdderDiv,
                _this.copyrightInfoFieldset,
-               dateInputDiv
+               dateInputDiv,
+               $categoriesDiv
        );
 
        if ( mw.UploadWizard.config.idField ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibbf1d6f5b686ed4989daac39a619c3a960752359
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UploadWizard
Gerrit-Branch: master
Gerrit-Owner: Nischayn22 <nischay...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to