From 2ae691263fa17a8b2996cb2315cf152597b108ab Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 12 Jan 2010 16:19:53 +0300 Subject: some more button-related fixes; code cleanup --- functions.php | 4 ++-- modules/popup-dialog.php | 31 ++----------------------------- tt-rss.php | 4 ---- 3 files changed, 4 insertions(+), 35 deletions(-) diff --git a/functions.php b/functions.php index 388d71530..a5583e729 100644 --- a/functions.php +++ b/functions.php @@ -4834,8 +4834,8 @@ } else { print "
-
"; + "; print ""; } diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 7967eb70b..ea3ff8135 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -363,41 +363,14 @@ style=\"display:none\"> "; -/* print "".__('Add existing tag:').""; - - $result = db_query($link, "SELECT DISTINCT tag_name FROM ttrss_tags - WHERE owner_uid = '".$_SESSION["uid"]."' ORDER BY tag_name"); - - $found_tags = array(); - - array_push($found_tags, ''); - - while ($line = db_fetch_assoc($result)) { - array_push($found_tags, truncate_string($line["tag_name"], 20)); - } - - print ""; - - print_select("found_tags", '', $found_tags, "onchange=\"javascript:editTagsInsert()\""); - - print ""; - - print ""; */ - print ""; print ""; print "
"; - print " "; - - print ""; - + print " "; + print ""; print "
"; diff --git a/tt-rss.php b/tt-rss.php index ccd4a4b9a..94f56e1ec 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -207,8 +207,6 @@ title="" style="display : none"> << -   - -   - -- cgit v1.2.3