
gabrielwicke at users
May 20, 2004, 4:02 AM
Post #1 of 1
(2 views)
Permalink
|
|
phase3/includes SpecialPreferences.php,1.44,1.45
|
|
Update of /cvsroot/wikipedia/phase3/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15465/includes Modified Files: SpecialPreferences.php Log Message: moved section help texts inside the fieldsets, added help string for user data, some css styling for the text Index: SpecialPreferences.php =================================================================== RCS file: /cvsroot/wikipedia/phase3/includes/SpecialPreferences.php,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** SpecialPreferences.php 19 May 2004 20:54:00 -0000 1.44 --- SpecialPreferences.php 20 May 2004 11:02:23 -0000 1.45 *************** *** 351,355 **** <div><label>$rpw: <input type='password' name=\"wpRetypePass\" value=\"{$this->mRetypePass}\" size='20' /></label></div> " . $this->getToggle( "rememberpassword" ) . " ! </fieldset>\n</fieldset>\n" ); --- 351,356 ---- <div><label>$rpw: <input type='password' name=\"wpRetypePass\" value=\"{$this->mRetypePass}\" size='20' /></label></div> " . $this->getToggle( "rememberpassword" ) . " ! </fieldset> ! <div class='prefsectiontip'>".wfMsg('prefs-help-userdata')."</div>\n</fieldset>\n" ); *************** *** 431,434 **** --- 432,436 ---- <div><label>$tzo*: <input type='text' name=\"wpHourDiff\" value=\"{$this->mHourDiff}\" size='6' /></label></div> <div><input type=\"button\" value=\"$tzGuess\" onClick=\"javascript:guessTimezone()\" /></div> + <div class='prefsectiontip'>* {$tzt}</div> </fieldset>\n\n" ); *************** *** 472,476 **** </div> - <div>* {$tzt}</div> </div> --- 474,477 ----
|