r41497 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41496‎ | r41497 | r41498 >
Date:15:47, 1 October 2008
Author:yaron
Status:old
Tags:
Comment:
Removed now-unnecessary loading image
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_AddPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_AddPage.php
@@ -80,7 +80,7 @@
8181 $wgOut->setArticleBodyOnly( true );
8282 // show "loading" animated image while people wait for the redirect
8383 global $sfgScriptPath;
84 - $text = "<p><img src=\"$sfgScriptPath/skins/loading.gif\" /></p>\n";
 84+ $text = "<p style=\"position: absolute; left: 45%; top: 45%;\"><img src=\"$sfgScriptPath/skins/loading.gif\" /></p>\n";
8585 $text .=<<<END
8686 <script type="text/javascript">
8787 window.onload = function() {

Status & tagging log