http://www.mediawiki.org/wiki/Special:Code/MediaWiki/84440
Revision: 84440
Author: kaldari
Date: 2011-03-21 05:30:59 +0000 (Mon, 21 Mar 2011)
Log Message:
-----------
switching title field from textarea to text input
Modified Paths:
--------------
trunk/extensions/UploadWizard/resources/mw.UploadWizardDetails.js
trunk/extensions/UploadWizard/resources/uploadWizard.css
Modified: trunk/extensions/UploadWizard/resources/mw.UploadWizardDetails.js
===================================================================
--- trunk/extensions/UploadWizard/resources/mw.UploadWizardDetails.js
2011-03-21 05:19:22 UTC (rev 84439)
+++ trunk/extensions/UploadWizard/resources/mw.UploadWizardDetails.js
2011-03-21 05:30:59 UTC (rev 84440)
@@ -45,7 +45,7 @@
//
http://commons.wikimedia.org/wiki/MediaWiki:Filename-prefix-blacklist
// XXX make sure they can't use ctrl characters or returns or any
other bad stuff.
_this.titleId = "title" + _this.upload.index;
- _this.titleInput = $j( '<textarea type="text" id="' + _this.titleId +
'" name="' + _this.titleId + '" rows="1" class="mwe-title
mwe-long-textarea"></textarea>' )
+ _this.titleInput = $j( '<input type="text" id="' + _this.titleId + '"
name="' + _this.titleId + '" class="mwe-title"/>' )
.keyup( function() {
_this.upload.title.setNameText( _this.titleInput.value
);
// TODO update a display of filename
Modified: trunk/extensions/UploadWizard/resources/uploadWizard.css
===================================================================
--- trunk/extensions/UploadWizard/resources/uploadWizard.css 2011-03-21
05:19:22 UTC (rev 84439)
+++ trunk/extensions/UploadWizard/resources/uploadWizard.css 2011-03-21
05:30:59 UTC (rev 84440)
@@ -472,7 +472,7 @@
.mwe-grow-textarea, .mwe-long-textarea {
overflow: hidden;
- font-family: sans-serif; /* XXX is this right? */
+ font-family: sans-serif;
font-size: small;
}
@@ -480,6 +480,11 @@
width: 17em;
}
+.mwe-title {
+ font-family: sans-serif;
+ font-size: small;
+ width: 100%;
+}
.mwe-upwiz-details-fieldname-input {
margin-bottom: 1em;
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs