From: Ævar Arnfjörð Bjarmason Date: Mon, 24 Oct 2005 22:49:11 +0000 (+0000) Subject: * Made an interface for wpIgnoreWarning, already supported as a raw POST value X-Git-Tag: 1.6.0~1331 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=341387de4d8ee6665a1e30bd64717a33411278eb;p=lhc%2Fweb%2Fwiklou.git * 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 --- 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" ); + + + + + + " ); } /* -------------------------------------------------------------- */