From d1bcacaeb9b4277c2732bdf2b981a3c3059c47e5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 21 Nov 2010 13:41:35 +0300 Subject: prefs: code cleanup --- modules/pref-feeds.php | 10 ---------- modules/pref-prefs.php | 33 ++++++--------------------------- 2 files changed, 6 insertions(+), 37 deletions(-) (limited to 'modules') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 2923f3349..2b279d2d7 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1145,16 +1145,6 @@ print "
"; - /* - print "
- - -
"; */ - print "
". "" . __('Select').""; print "
"; diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index 98211aa0d..14cd354f6 100644 --- a/modules/pref-prefs.php +++ b/modules/pref-prefs.php @@ -206,18 +206,11 @@ $full_name = htmlspecialchars(db_fetch_result($result, 0, "full_name")); print "".__('Full name').""; - print ""; print "".__('E-mail').""; - print ""; + print ""; if (!SINGLE_USER_MODE) { $access_level = db_fetch_result($result, 0, "access_level"); @@ -272,27 +265,16 @@ print ""; print ""; - print ""; + print ""; print ""; - print ""; print ""; - print ""; + print ""; print "
".__("Old password")."
".__("New password")."
".__("Confirm password")."
"; @@ -462,16 +444,13 @@ print ""; } else { $regexp = ($type_name == 'integer') ? 'regexp="^\d*$"' : ''; print ""; } -- cgit v1.2.3