From: Andrew Dolgov Date: Sun, 21 Nov 2010 10:41:35 +0000 (+0300) Subject: prefs: code cleanup X-Git-Tag: 1.5.0~89 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d1bcacaeb9b4277c2732bdf2b981a3c3059c47e5;p=tt-rss.git prefs: code cleanup --- diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 2923f334..2b279d2d 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 98211aa0..14cd354f 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 ""; }