http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90665
Revision: 90665
Author: kaldari
Date: 2011-06-23 17:00:20 +0000 (Thu, 23 Jun 2011)
Log Message:
-----------
adding log placeholder for now
Modified Paths:
--------------
trunk/extensions/CentralNotice/SpecialCentralNoticeLogs.php
Modified: trunk/extensions/CentralNotice/SpecialCentralNoticeLogs.php
===================================================================
--- trunk/extensions/CentralNotice/SpecialCentralNoticeLogs.php 2011-06-23
16:56:53 UTC (rev 90664)
+++ trunk/extensions/CentralNotice/SpecialCentralNoticeLogs.php 2011-06-23
17:00:20 UTC (rev 90665)
@@ -46,14 +46,14 @@
$htmlOut = '';
- // Begin Allocation selection fieldset
+ // Begin log selection fieldset
$htmlOut .= Xml::openElement( 'fieldset', array( 'class' =>
'prefsection' ) );
$htmlOut .= Xml::openElement( 'form', array( 'method' => 'post'
) );
$htmlOut .= Xml::element( 'h2', null, wfMsg(
'centralnotice-view-logs' ) );
$htmlOut .= Xml::closeElement( 'form' );
- // End Allocation selection fieldset
+ // End log selection fieldset
$htmlOut .= Xml::closeElement( 'fieldset' );
$wgOut->addHTML( $htmlOut );
@@ -71,6 +71,16 @@
global $wgOut;
$htmlOut = '';
+
+ // Begin log fieldset
+ $htmlOut .= Xml::openElement( 'fieldset', array( 'class' =>
'prefsection' ) );
+
+ $htmlOut .= Xml::tags( 'p', null,
+ '<i>Coming soon...</i>'
+ );
+
+ // End log fieldset
+ $htmlOut .= Xml::closeElement( 'fieldset' );
$wgOut->addHTML( $htmlOut );
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs