From fcef9eeae008bfb921614a55e6c3589a04ec06ec Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Mar 2013 14:01:25 +0400 Subject: remove dialogNotice; tweak dialog appearance a bit --- classes/backend.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'classes/backend.php') diff --git a/classes/backend.php b/classes/backend.php index 7848b0714..c03d583db 100644 --- a/classes/backend.php +++ b/classes/backend.php @@ -29,6 +29,10 @@ class Backend extends Handler { array_push($omap[$action], $sequence); } + print_notice("". + __("Other interface tips are available in the Tiny Tiny RSS wiki.") . + ""); + print ""; - - print "

". - __("Other interface tips are available in the Tiny Tiny RSS wiki.") . - "

"; } function help() { -- cgit v1.2.3-54-g00ecf