From 7a991cac30acd4cbf4cca474765250b186d5fde7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 15 Nov 2005 11:18:01 +0100 Subject: option DISPLAY_FEEDLIST_ACTIONS, consolidate actions in one dropbox --- config.php-dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 9d86bddb2..a879fddd4 100644 --- a/config.php-dist +++ b/config.php-dist @@ -61,5 +61,10 @@ // */30 * * * * /usr/bin/wget -O /dev/null -T 600 "http://username:password@www.your-site.xxx/tt-rss/backend.php?op=rpc&subop=updateAllFeeds&daemon=1" // + define(DISPLAY_FEEDLIST_ACTIONS, false); + // display actions dropbox in feedlist, if disabled these actions are + // available in the global actions dropbox + + ?> -- cgit v1.2.3