* Fix layout for Special:Preferences->Date and Time (position for 'timezonetext').
authorJimmy Collins <collinj@users.mediawiki.org>
Tue, 19 Sep 2006 13:08:17 +0000 (13:08 +0000)
committerJimmy Collins <collinj@users.mediawiki.org>
Tue, 19 Sep 2006 13:08:17 +0000 (13:08 +0000)
RELEASE-NOTES
includes/SpecialPreferences.php

index 90210f4..0621b2b 100644 (file)
@@ -216,6 +216,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Minor changes to the installer. 
 * Remove ":" for 'youremail' and 'yourrealname' in includes/templates/Userlogin.php
   so that ":" could be used in i18n for Special:Preferences (like 'username' and 'uid').
+* Fix layout for Special:Preferences->Date and Time (position for 'timezonetext').
 
 
 == Languages updated ==
index ba93e87..5eadf3d 100644 (file)
@@ -817,8 +817,7 @@ class PreferencesForm {
                        ) . "<tr><td colspan='2'>
                                <input type='button' value=\"" . wfMsg( 'guesstimezone' ) ."\"
                                onclick='javascript:guessTimezone()' id='guesstimezonebutton' style='display:none;' />
-                               </td></tr></table></fieldset>
-                       <div class='prefsectiontip'>¹" .  wfMsg( 'timezonetext' ) . "</div>
+                               </td></tr></table><div class='prefsectiontip'>¹" .  wfMsg( 'timezonetext' ) . "</div></fieldset>
                </fieldset>\n\n" );
 
                # Editing