From 6e4f4ce14bb2ce14fbc73cb8b0fe82f3aa059f24 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 15 Nov 2010 13:12:02 +0300 Subject: remove modalbox; use dijit.Dialog; further dojo-related updates --- functions.php | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 44f5af4dc..67e3087ec 100644 --- a/functions.php +++ b/functions.php @@ -4115,7 +4115,7 @@ $feed_id, $is_cat, $search, $match_on, $search_mode, $view_mode) { - print "
"; +# print "
"; $page_prev_link = "javascript:viewFeedGoPage(-1)"; $page_next_link = "javascript:viewFeedGoPage(1)"; @@ -4246,7 +4246,7 @@ print ""; - print "
"; +# print "
"; } function printCategoryHeader($link, $cat_id, $hidden = false, $can_browse = true, @@ -5060,8 +5060,10 @@ /// STOP ////////////////////////////////////////////////////////////////////////////////// + print ""; +// print "
"; if (!$result) { print "
".__("Could not display feed (query failed). Please check label match syntax or local configuration.")."
"; @@ -5072,11 +5074,13 @@ print_headline_subtoolbar($link, $feed_site_url, $feed_title, $feed, $cat_view, $search, $match_on, $search_mode, $view_mode); - print "
"; +// print "
"; } } + print "]]> 0) { @@ -5537,10 +5541,12 @@ } } - if (!$offset) { - if ($headlines_count > 0) print "
"; - print "
"; - } +# if (!$offset) { +# if ($headlines_count > 0) print "
"; +# print ""; +# } + + print "]]>"; return array($topmost_article_ids, $headlines_count, $feed, $disable_cache, $vgroup_last_feed); } -- cgit v1.2.3-54-g00ecf