Revision: 43637
Author: harddisk
Date: 2008-11-17 21:18:37 +0000 (Mon, 17 Nov 2008)
Log Message:
-----------
little bit of cleanup in the generator for the "remember login" toggle
Modified Paths:
--------------
trunk/phase3/includes/specials/SpecialPreferences.php
Modified: trunk/phase3/includes/specials/SpecialPreferences.php
===================================================================
--- trunk/phase3/includes/specials/SpecialPreferences.php 2008-11-17
21:14:20 UTC (rev 43636)
+++ trunk/phase3/includes/specials/SpecialPreferences.php 2008-11-17
21:18:37 UTC (rev 43637)
@@ -772,11 +772,7 @@
);
if( $wgCookieExpiration > 0 ){
$wgOut->addHTML(
- Xml::tags( 'tr', null,
- Xml::tags( 'td', array(
'colspan' => '2' ),
- $this->getToggle(
"rememberpassword" )
- )
- )
+ $this->tableRow( $this->getToggle(
"rememberpassword" ) )
);
} else {
$this->mUsedToggles['rememberpassword'] = true;
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs