From 747885fc7be832b4c5634490e0f96672031f3973 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 11 Jan 2008 08:06:04 +0100 Subject: popup help updates --- help/1.php | 9 +++++++-- prefs.js | 3 +-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/help/1.php b/help/1.php index fc7c2003d..b0dfb63e1 100644 --- a/help/1.php +++ b/help/1.php @@ -12,6 +12,11 @@
ttrss_entries.title like '%Linux%'
-

See the database schema included in the distribution package for gruesome -details.

+

Matches all articles for the last week (PostgreSQL):

+
updated > NOW() - INTERVAL '7 days'
+ +

See the database schema here or included in the distribution package for gruesome details. The relevant tables are ttrss_entries and ttrss_user_entries.

+ +

Feel free to post more clever examples of labels on Tiny +Tiny RSS forums.

diff --git a/prefs.js b/prefs.js index ab85bcad6..dcb7a2a7b 100644 --- a/prefs.js +++ b/prefs.js @@ -863,8 +863,7 @@ function displayHelpInfobox(topic_id) { var url = "backend.php?op=help&tid=" + param_escape(topic_id); var w = window.open(url, "ttrss_help", - "status=0,toolbar=0,location=0,width=400,height=450,menubar=0"); - + "status=0,toolbar=0,location=0,width=450,height=500,scrollbars=1,menubar=0"); } function labelEditCancel() { -- cgit v1.2.3