From f88c78147edb6449f291f47273b2e78ed528a1ab Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 12 Jan 2010 14:44:41 +0300 Subject: code cleanup; initial button usage --- modules/help.php | 5 ++--- modules/popup-dialog.php | 35 ++++++----------------------------- modules/pref-feeds.php | 9 +++------ 3 files changed, 11 insertions(+), 38 deletions(-) (limited to 'modules') diff --git a/modules/help.php b/modules/help.php index 64ec087bb..716a756dc 100644 --- a/modules/help.php +++ b/modules/help.php @@ -17,9 +17,8 @@ print "

".__("Help topic not found.")."

"; } print "
-
"; + "; if (!$_REQUEST["noheaders"]) { print ""; diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 00efdcb74..12c912ea4 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -72,11 +72,9 @@ print __("URL:") . " "; - print ""; + name=\"feed_url\">"; print "
"; @@ -87,31 +85,15 @@ print ""; - -/* print "
"; - - print __("Some feeds require authentication. If you subscribe to such - feed, you will have to enter your login and password in Feed Editor"); - - print "
"; */ - -/* print "

- ".__('Click here if this feed requires authentication.')."
"; */ - print ""; @@ -125,15 +107,10 @@ print ""; print "
- - - -
"; + + + "; return; } diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 190d89055..f02ae6c4c 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -121,15 +121,12 @@ $owner_uid = $_SESSION["uid"]; print ""; print "
- -
"; + + "; print ""; return; -- cgit v1.2.3-54-g00ecf