r89849 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89848‎ | r89849 | r89850 >
Date:20:16, 10 June 2011
Author:krinkle
Status:ok
Tags:
Comment:
Follow-up r89835: Accidently comitted from a deeper dir than the diff. Comitting the rest now
Modified paths:
  • /trunk/phase3/includes/installer/WebInstallerPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/WebInstallerPage.php
@@ -126,7 +126,7 @@
127127 $this->addHTML(
128128 '<div id="config-spinner" style="display:none;"><img src="../skins/common/images/ajax-loader.gif" /></div>' .
129129 '<script>jQuery( "#config-spinner" ).show();</script>' .
130 - '<textarea id="config-live-log" name="LiveLog" rows="10" cols="30" readonly="readonly">'
 130+ '<div id="config-live-log"><textarea name="LiveLog" rows="10" cols="30" readonly="readonly">'
131131 );
132132 $this->parent->output->flush();
133133 }
@@ -135,7 +135,7 @@
136136 * Opposite to startLiveBox()
137137 */
138138 protected function endLiveBox() {
139 - $this->addHTML( '</textarea>
 139+ $this->addHTML( '</textarea></div>
140140 <script>jQuery( "#config-spinner" ).hide()</script>' );
141141 $this->parent->output->flush();
142142 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89835[Installer] .mw-help-hint and #config-live-log...krinkle17:09, 10 June 2011

Status & tagging log