add a class to the ul to make it styleable (red exclamation mark icon in front of...
authorGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 24 Jun 2004 22:32:15 +0000 (22:32 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 24 Jun 2004 22:32:15 +0000 (22:32 +0000)
includes/SpecialUpload.php

index 28f0cb8..f9dfebd 100644 (file)
@@ -234,7 +234,7 @@ class UploadForm {
 
                $sub = wfMsg( "uploadwarning" );
                $wgOut->addHTML( "<h2>{$sub}</h2>\n" );
-               $wgOut->addHTML( "<ul>{$warning}</ul><br/>\n" );
+               $wgOut->addHTML( "<ul class='warning'>{$warning}</ul><br/>\n" );
 
                $save = wfMsg( "savefile" );
                $reupload = wfMsg( "reupload" );