From 6068d33bb6b09e6fbddc0caf1f78c1999ab6722f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 16 May 2008 07:33:19 +0100 Subject: add hotkeys to prefs (2) --- modules/pref-prefs.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index 20cffe5e5..64d7cf6af 100644 --- a/modules/pref-prefs.php +++ b/modules/pref-prefs.php @@ -228,6 +228,8 @@ print "".__('E-mail').""; print ""; @@ -258,18 +260,24 @@ print "".__("Old password").""; print ""; print "".__("New password").""; print ""; print "".__("Confirm password").""; print ""; @@ -394,7 +402,10 @@ print_radio($pref_name, $value, __("Yes"), array(__("Yes"), __("No"))); } else { - print ""; + print ""; } print ""; -- cgit v1.2.3