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 --- modules/popup-dialog.php | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) (limited to 'modules') 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 "
"; -- cgit v1.2.3