From: Andrew Dolgov Date: Sat, 11 Aug 2007 17:44:20 +0000 (+0100) Subject: enable collapsing of labels X-Git-Tag: 1.2.14~57 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bd64489f652a769429fb67e137abcaa9d3b2b5de;p=tt-rss.git enable collapsing of labels --- diff --git a/feedlist.js b/feedlist.js index 344b28ac..af792ccf 100644 --- a/feedlist.js +++ b/feedlist.js @@ -238,6 +238,14 @@ function toggleCollapseCat(cat) { } } + if (cat == -2) { + if (Element.visible("FCATLIST-" + cat)) { + setCookie("ttrss_vf_lclps", "1"); + } else { + setCookie("ttrss_vf_lclps", "0"); + } + } + Effect.toggle('FCATLIST-' + cat, 'blind', { duration: 0.5, afterFinish: toggleCollapseCat_af }); diff --git a/functions.php b/functions.php index 37ea3d5b..115bb347 100644 --- a/functions.php +++ b/functions.php @@ -3283,8 +3283,20 @@ if (db_num_rows($result) > 0) { if (get_pref($link, 'ENABLE_FEED_CATS')) { - print "
  • ".__('Labels')."
  • "; - print "