r94767 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94766‎ | r94767 | r94768 >
Date:15:26, 17 August 2011
Author:devayon
Status:deferred
Tags:
Comment:
follow-up r94765: partial revert
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialQueryCreator.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialQueryCreator.php
@@ -101,7 +101,8 @@
102102 protected function makeResults() {
103103 global $wgOut, $smwgScriptPath;
104104 $this->enableJQuery();
105 - $result = '<div class="smwqcerrors">' . $this->getErrorsHtml() . '</div>';
 105+ $result='';
 106+ //$result .= '<div class="smwqcerrors">' . $this->getErrorsHtml() . '</div>';
106107 $specTitle = $this->getTitle();
107108 $formatBox = $this->getFormatSelectBoxSep( 'broadtable' );
108109 $result .= Html::openElement( 'form', array( 'name' => 'qc', 'action' => $specTitle->escapeLocalURL(), 'method' => 'get' ) ) . "\n" .

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94765show error messages at the top of QCdevayon14:54, 17 August 2011