1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:55:55 +00:00

remove dialogNotice; tweak dialog appearance a bit

This commit is contained in:
Andrew Dolgov
2013-03-28 14:01:25 +04:00
parent 0f2c475539
commit fcef9eeae0
6 changed files with 28 additions and 21 deletions

View 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() {