summaryrefslogtreecommitdiff
path: root/classes/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-28 14:01:25 +0400
committerAndrew Dolgov <[email protected]>2013-03-28 14:01:25 +0400
commitfcef9eeae008bfb921614a55e6c3589a04ec06ec (patch)
tree152441ed13b6ea0c8946b79ca84b81ee88ead5ac /classes/backend.php
parent0f2c475539037195fe7436ab327c6625fc894e23 (diff)
remove dialogNotice; tweak dialog appearance a bit
Diffstat (limited to 'classes/backend.php')
-rw-r--r--classes/backend.php8
1 files changed, 4 insertions, 4 deletions
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("<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() {