From e351c4945da20622c88d7cc9ccdb9ba17a9f5bef Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Aug 2008 07:05:16 +0100 Subject: highlight option under mouse cursor in preferences --- modules/pref-prefs.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/pref-prefs.php') diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index cf3d3aee2..0add856db 100644 --- a/modules/pref-prefs.php +++ b/modules/pref-prefs.php @@ -227,7 +227,7 @@ $email = db_fetch_result($result, 0, "email"); print "".__('E-mail').""; - print "

".__("Authentication")."

"; print "".__("Old password").""; - print "".__("New password").""; - print "".__("Confirm password").""; - print "" . __($line["short_desc"]); + print "" . __($line["short_desc"]); if ($help_text) print "
".__($help_text)."
"; print ""; - print ""; + print ""; if ($type_name == "bool") { // print_select($pref_name, $value, array("true", "false")); -- cgit v1.2.3