]> git.wh0rd.org - tt-rss.git/blobdiff - classes/backend.php
remove dialogNotice; tweak dialog appearance a bit
[tt-rss.git] / classes / backend.php
index 7848b071435037ad436782bdeb616b14caccc155..c03d583dba6bd355cb6f4d4b2f51c0049726f8f2 100644 (file)
@@ -29,6 +29,10 @@ class Backend extends Handler {
                        array_push($omap[$action], $sequence);
                }
 
+               print_notice("<a target=\"_blank\" href=\"http://tt-rss.org/wiki/InterfaceTips\">".
+                       __("Other interface tips are available in the Tiny Tiny RSS wiki.") .
+                       "</a>");
+
                print "<ul class='helpKbList' id='helpKbList'>";
 
                print "<h2>" . __("Keyboard Shortcuts") . "</h2>";
@@ -79,10 +83,6 @@ class Backend extends Handler {
                }
 
                print "</ul>";
-
-               print "<p><a target=\"_blank\" href=\"http://tt-rss.org/wiki/InterfaceTips\">".
-                       __("Other interface tips are available in the Tiny Tiny RSS wiki.") .
-                       "</a></p>";
        }
 
        function help() {