From 08f6c5fc794714b358773239cc65e2c7f979033f Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Thu, 27 Nov 2008 09:18:33 +0100 Subject: [PATCH] Improved a little bit the keyboard shortcuts. --- src/IDF/templates/idf/base-simple.html | 1 + src/IDF/templates/idf/faq.html | 8 ++++++-- src/IDF/templates/idf/js-hotkeys.html | 9 +++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/IDF/templates/idf/base-simple.html b/src/IDF/templates/idf/base-simple.html index 4358844..40d56be 100644 --- a/src/IDF/templates/idf/base-simple.html +++ b/src/IDF/templates/idf/base-simple.html @@ -54,6 +54,7 @@
{block foot}InDefero Logo{/block}
+{include 'idf/js-hotkeys.html'} {block javascript}{/block} diff --git a/src/IDF/templates/idf/faq.html b/src/IDF/templates/idf/faq.html index ad889ad..39f2517 100644 --- a/src/IDF/templates/idf/faq.html +++ b/src/IDF/templates/idf/faq.html @@ -9,17 +9,21 @@

{trans 'What are the keyboard shortcuts?'}

+ +

{trans 'If you are in a project, you have the following shortcuts:'}

{trans 'You also have the standard access keys:'}

diff --git a/src/IDF/templates/idf/js-hotkeys.html b/src/IDF/templates/idf/js-hotkeys.html index a41dea6..ee39cac 100644 --- a/src/IDF/templates/idf/js-hotkeys.html +++ b/src/IDF/templates/idf/js-hotkeys.html @@ -1,16 +1,17 @@ -{if $project} -{/if} +