r41496 MediaWiki - Code Review archive

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

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_AddData.php
@@ -165,8 +165,7 @@
166166 }
167167 }
168168 $wgOut->setArticleBodyOnly( true );
169 - $text = "<p><img src=\"$sfgScriptPath/skins/loading.gif\" /></p>\n";
170 - $text .= sffPrintRedirectForm($target_title, $data_text, $wgRequest->getVal('wpSummary'), $save_page, $preview_page, $diff_page, $wgRequest->getCheck('wpMinoredit'), $wgRequest->getCheck('wpWatchthis'), $wgRequest->getVal('wpStarttime'), $wgRequest->getVal('wpEdittime'));
 169+ $text = sffPrintRedirectForm($target_title, $data_text, $wgRequest->getVal('wpSummary'), $save_page, $preview_page, $diff_page, $wgRequest->getCheck('wpMinoredit'), $wgRequest->getCheck('wpWatchthis'), $wgRequest->getVal('wpStarttime'), $wgRequest->getVal('wpEdittime'));
171170 } else {
172171 // override the default title for this page if
173172 // a title was specified in the form

Status & tagging log