From a68b15060195b42eea36f29d2837bb920e35f07a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 14:03:33 +0300 Subject: remove separate classes for various panels, unify under .panel remove a few other unnecessary css classes/ids --- classes/dlg.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'classes/dlg.php') diff --git a/classes/dlg.php b/classes/dlg.php index 7ac18bb90..ed0d16322 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -16,15 +16,12 @@ class Dlg extends Handler_Protected { function importOpml() { print __("If you have imported labels and/or filters, you might need to reload preferences to see your new data.") . "

"; - print "
"; - - print ""; print "
"; print "
"; @@ -43,7 +40,7 @@ class Dlg extends Handler_Protected { print __("Your Public OPML URL is:"); - print "
"; + print "
"; print "$url_path"; print "
"; @@ -94,7 +91,7 @@ class Dlg extends Handler_Protected { } function printTagCloud() { - print "
"; + print "
"; // from here: http://www.roscripts.com/Create_tag_cloud-71.html @@ -170,7 +167,7 @@ class Dlg extends Handler_Protected { print "
".T_sprintf("%s can be accessed via the following secret URL:", $feed_title)."
"; - print "
"; + print "
"; print "$url_path"; print "
"; -- cgit v1.2.3