Index: trunk/extensions/UploadWizard/UploadWizard.config.php |
— | — | @@ -186,29 +186,17 @@ |
187 | 187 | |
188 | 188 | |
189 | 189 | // Default thumbnail width |
190 | | - 'thumbnailWidth' => 120, |
| 190 | + 'thumbnailWidth' => 100, |
191 | 191 | |
192 | 192 | // Max thumbnail height: |
193 | | - 'thumbnailMaxHeight' => 200, |
| 193 | + 'thumbnailMaxHeight' => 166, |
194 | 194 | |
195 | | - // Min thumbnail width |
196 | | - 'smallThumbnailWidth' => 60, |
197 | | - |
198 | | - // Small thumbnail max height |
199 | | - 'smallThumbnailMaxHeight' => 100, |
200 | | - |
201 | 195 | // Large thumbnail width |
202 | 196 | 'largeThumbnailWidth' => 500, |
203 | 197 | |
204 | 198 | // Large thumbnail max height |
205 | 199 | 'largeThumbnailMaxHeight' => 500, |
206 | 200 | |
207 | | - // Icon thumbnail width: |
208 | | - 'iconThumbnailWidth' => 32, |
209 | | - |
210 | | - // Icon thumbnail height: |
211 | | - 'iconThumbnailMaxHeight' => 32, |
212 | | - |
213 | 201 | // Max author string length |
214 | 202 | 'maxAuthorLength' => 50, |
215 | 203 | |
Index: trunk/extensions/UploadWizard/SpecialUploadWizard.php |
— | — | @@ -263,12 +263,7 @@ |
264 | 264 | . '</div>' |
265 | 265 | |
266 | 266 | . '<div class="mwe-upwiz-stepdiv" id="mwe-upwiz-stepdiv-details" style="display:none;">' |
267 | | - . '<div id="mwe-upwiz-macro">' |
268 | | - . '<div id="mwe-upwiz-macro-progress" class="ui-helper-clearfix"></div>' |
269 | | - . '<div id="mwe-upwiz-macro-choice">' |
270 | | - . '</div>' |
271 | | - . '<div id="mwe-upwiz-macro-files"></div>' |
272 | | - . '</div>' |
| 267 | + . '<div id="mwe-upwiz-macro-files" class="mwe-upwiz-filled-filelist ui-corner-all"></div>' |
273 | 268 | . '<div class="mwe-upwiz-buttons">' |
274 | 269 | . '<button class="mwe-upwiz-button-next">' . wfMsg( "mwe-upwiz-next-details" ) . '</button>' |
275 | 270 | . '</div>' |