From 341387de4d8ee6665a1e30bd64717a33411278eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 24 Oct 2005 22:49:11 +0000 Subject: [PATCH] * Made an interface for wpIgnoreWarning, already supported as a raw POST value * Whoeever thought this condensed HTML was readable put down the crackpipe, indented it --- includes/SpecialUpload.php | 78 ++++++++++++++++++++++---------------- 1 file changed, 45 insertions(+), 33 deletions(-) diff --git a/includes/SpecialUpload.php b/includes/SpecialUpload.php index 995e6b595a..97f3d9767f 100644 --- a/includes/SpecialUpload.php +++ b/includes/SpecialUpload.php @@ -587,21 +587,26 @@ class UploadForm { $wgOut->addHTML( "
- - - - - - - " ); +
{$sourcefilename}: - mDestFile?"":"onchange='fillDestFilename()' ") . "size='40' /> -
{$destfilename}: - -
{$summary} - -
+ + + + + + + + + + + + + " ); if ( $licenseshtml != '' ) { $wgOut->addHTML( " @@ -612,7 +617,8 @@ class UploadForm { $licenseshtml - + + "); } @@ -623,30 +629,36 @@ class UploadForm { $uploadsource = htmlspecialchars( $this->mUploadSource ); $wgOut->addHTML( " - - - - - - + + + + + + + + "); } $wgOut->addHtml( " - + + + + -
{$sourcefilename}: + mDestFile?"":"onchange='fillDestFilename()' ") . "size='40' /> +
{$destfilename}: + +
{$summary} + +
$filestatus: - -
$filesource: - -
$filestatus:
$filesource:
- - -
+ + + + +
- -
\n" ); + + + + + + " ); } /* -------------------------------------------------------------- */ -- 2.20.1