From: Ævar Arnfjörð Bjarmason Date: Mon, 11 Apr 2005 22:54:14 +0000 (+0000) Subject: * Re-arranging the tabs on topic, e.g. time-related stuff togather. X-Git-Tag: 1.5.0alpha1~298 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=cd32f37c8dd348e9d62996207ded9acadc458e54;p=lhc%2Fweb%2Fwiklou.git * Re-arranging the tabs on topic, e.g. time-related stuff togather. --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 1fd14965b6..0c1fd47057 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -608,8 +608,8 @@ class PreferencesForm { } $wgOut->addHTML( "\n\n" ); - # Date format - # + # Date format + # if ($dateopts) { $wgOut->addHTML( "
\n$dateFormat\n" ); foreach($dateopts as $key => $option) { @@ -619,11 +619,24 @@ class PreferencesForm { } $wgOut->addHTML( "
\n\n"); } - - # Textbox rows, cols + + # Time zone # + $nowlocal = $wgLang->time( $now = wfTimestampNow(), true ); $nowserver = $wgLang->time( $now, false ); + + $wgOut->addHTML( "
+ $timezone +
$tzServerTime:" . $nowserver . "
+
$ltz: $nowlocal
+
+
+
* {$tzt}
+
\n\n" ); + + # Editing + # $wgOut->addHTML( "
$tbs\n
@@ -638,17 +651,8 @@ class PreferencesForm { $this->getToggle( "minordefault" ) . $this->getToggle( "externaleditor" ) . " -
+ "); -
- $timezone -
$tzServerTime: $nowserver
-
$ltz: $nowlocal
-
-
-
* {$tzt}
-
\n\n" ); - $shownumberswatching = ($wgRCShowWatchingUsers) ? $this->getToggle('shownumberswatching') : ''; $wgOut->addHTML( "