From cf9dc03257dd08df4b58ff476e6115666a6b7e12 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 12 Jan 2010 19:46:07 +0300 Subject: rework the way published feed is displayed; css cleanups --- modules/popup-dialog.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index ea3ff8135..e75d8a9ad 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -3,6 +3,33 @@ $id = $_REQUEST["id"]; $param = db_escape_string($_REQUEST["param"]); + if ($id == "pubUrl") { + + print "
".__('Published Articles')."
"; + print "
"; + + $url_path = article_publish_url($link); + + print __("Your Published articles feed URL is:"); + + print "
"; + print "$url_path"; + print "
"; + + print "
"; + + print " "; + + print ""; + + print "
"; + + return; + } + if ($id == "explainError") { print "
".__('Notice')."
"; -- cgit v1.2.3