]> git.wh0rd.org - tt-rss.git/commitdiff
popup help updates
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 11 Jan 2008 07:06:04 +0000 (08:06 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 11 Jan 2008 07:06:04 +0000 (08:06 +0100)
help/1.php
prefs.js

index fc7c2003d01ed41ab35346a3267511a695257c05..b0dfb63e1f710670602b1673ca39ee7a2c9bdd66 100644 (file)
 
 <pre>ttrss_entries.title like '%Linux%'</pre>
 
-<p>See the database schema included in the distribution package for gruesome
-details.</p>
+<p>Matches all articles for the last week (PostgreSQL):</p>
 
+<pre>updated &gt; NOW() - INTERVAL '7 days'</pre>
+
+<p>See the database schema <a target="_blank" href="http://tt-rss.org/trac/browser/schema/ttrss_schema_pgsql.sql">here</a> or included in the distribution package for gruesome details. The relevant tables are <b>ttrss_entries</b> and <b>ttrss_user_entries</b>.</p>
+
+<p class="insensitive">Feel free to post more clever examples of labels on Tiny 
+Tiny RSS <a target="_blank" href="http://tt-rss.org/forum">forums</a>.</p>
index ab85bcad6400c8ae25c07ad1a679dc9561b89e66..dcb7a2a7bfcccbc5e8866e056b0a8adf62ae3a17 100644 (file)
--- 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() {