Index: trunk/phase3/includes/templates/Userlogin.php |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | $doms .= "<option>" . htmlspecialchars( $dom ) . "</option>"; |
56 | 56 | } |
57 | 57 | ?> |
58 | | - <tr id="userDomainSection"> |
| 58 | + <tr id="mw-user-domain-section"> |
59 | 59 | <td class="mw-label"><?php $this->msg( 'yourdomainname' ) ?></td> |
60 | 60 | <td class="mw-input"> |
61 | 61 | <select name="wpDomain" value="<?php $this->text( 'domain' ) ?>" |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -202,7 +202,8 @@ |
203 | 203 | * (bug 15835) Added Content-Style-Type meta tag |
204 | 204 | * Add class="disambiguationpage" to <body> tag for disambiguations |
205 | 205 | * (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 |
| 206 | +* Add id="mw-user-domain-section" to <tr> tag in Userlogin.php template so that |
| 207 | + admins with a single domain can hide the domain section using CSS |
207 | 208 | |
208 | 209 | === Bug fixes in 1.14 === |
209 | 210 | |