http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89849
Revision: 89849
Author: krinkle
Date: 2011-06-10 20:16:42 +0000 (Fri, 10 Jun 2011)
Log Message:
-----------
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: trunk/phase3/includes/installer/WebInstallerPage.php
===================================================================
--- trunk/phase3/includes/installer/WebInstallerPage.php 2011-06-10
20:08:19 UTC (rev 89848)
+++ trunk/phase3/includes/installer/WebInstallerPage.php 2011-06-10
20:16:42 UTC (rev 89849)
@@ -126,7 +126,7 @@
$this->addHTML(
'<div id="config-spinner" style="display:none;"><img
src="../skins/common/images/ajax-loader.gif" /></div>' .
'<script>jQuery( "#config-spinner" ).show();</script>' .
- '<textarea id="config-live-log" name="LiveLog"
rows="10" cols="30" readonly="readonly">'
+ '<div id="config-live-log"><textarea name="LiveLog"
rows="10" cols="30" readonly="readonly">'
);
$this->parent->output->flush();
}
@@ -135,7 +135,7 @@
* Opposite to startLiveBox()
*/
protected function endLiveBox() {
- $this->addHTML( '</textarea>
+ $this->addHTML( '</textarea></div>
<script>jQuery( "#config-spinner" ).hide()</script>' );
$this->parent->output->flush();
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs