r43393 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43392‎ | r43393 | r43394 >
Date:18:04, 11 November 2008
Author:laner
Status:old
Tags:
Comment:
Adding an id to the domain tr so that admins with a single domain can hide the domain section with CSS.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/templates/Userlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/templates/Userlogin.php
@@ -54,7 +54,7 @@
5555 $doms .= "<option>" . htmlspecialchars( $dom ) . "</option>";
5656 }
5757 ?>
58 - <tr>
 58+ <tr id="userDomainSection">
5959 <td class="mw-label"><?php $this->msg( 'yourdomainname' ) ?></td>
6060 <td class="mw-input">
6161 <select name="wpDomain" value="<?php $this->text( 'domain' ) ?>"
Index: trunk/phase3/RELEASE-NOTES
@@ -202,6 +202,7 @@
203203 * (bug 15835) Added Content-Style-Type meta tag
204204 * Add class="disambiguationpage" to <body> tag for disambiguations
205205 * (bug 11027) Add parameter to MW:Randompage-nopages so that user can see the namespace.
 206+* Add id="userDomainSection" to <tr> tag in Userlogin.php template so that admins with a single domain can hide the domain section using CSS
206207
207208 === Bug fixes in 1.14 ===
208209

Status & tagging log