From 442d77f1ccd670c0fde1db0038d3388e64f885e6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 14 May 2007 06:41:04 +0100 Subject: help uses popup window, recolor infoBox, use subscribe dialog in prefs --- modules/help.php | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'modules/help.php') diff --git a/modules/help.php b/modules/help.php index 751d6082e..3f6968db7 100644 --- a/modules/help.php +++ b/modules/help.php @@ -4,30 +4,22 @@ if (!$_GET["noheaders"]) { print " Tiny Tiny RSS : Help - - - + "; } $tid = sprintf("%d", $_GET["tid"]); - print "
".__('Help')."
"; - - print "
"; - if (file_exists("help/$tid.php")) { include("help/$tid.php"); } else { print "

".__("Help topic not found.")."

"; } - - print "
"; - print "
"; + onclick=\"javascript:window.close()\" + value=\"".__('Close this window')."\">"; if (!$_GET["noheaders"]) { print ""; -- cgit v1.2.3