diff --git a/src/IDF/templates/base-simple.html b/src/IDF/templates/base-simple.html index 729639a..2a5cd1c 100644 --- a/src/IDF/templates/base-simple.html +++ b/src/IDF/templates/base-simple.html @@ -33,7 +33,7 @@
-

+

{if !$user.isAnonymous()}{aurl 'url', 'IDF_Views_User::myAccount'}{blocktrans}Welcome, {$user}.{/blocktrans} {trans 'Sign Out'}{else}{trans 'Sign in or create your account'}{/if} | {trans 'Help'}

@@ -41,7 +41,7 @@
*} -

{block title}{$page_title}{/block}

+

{block title}{$page_title}{/block}

diff --git a/src/IDF/templates/base.html b/src/IDF/templates/base.html index 9230c15..74de62c 100644 --- a/src/IDF/templates/base.html +++ b/src/IDF/templates/base.html @@ -34,14 +34,14 @@
{if $project}

{$project}

{/if} -

+

{if !$user.isAnonymous()}{aurl 'url', 'IDF_Views_User::myAccount'}{blocktrans}Welcome, {$user}.{/blocktrans} {trans 'Sign Out'}{else}{trans 'Sign in or create your account'}{/if} | {trans 'Help'}

diff --git a/src/IDF/templates/faq.html b/src/IDF/templates/faq.html index e302d24..a571377 100644 --- a/src/IDF/templates/faq.html +++ b/src/IDF/templates/faq.html @@ -20,6 +20,14 @@
  • {trans 'Shift+w: The issues assigned to you.'}
  • +

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

    + +
      +
    • {trans 'Alt+1: Home.'}
    • +
    • {trans 'Alt+2: Skip the menus.'}
    • +
    • {trans 'Alt+4: Search (when available).'}
    • +
    +

    {trans 'How to mark an issue as duplicate?'}

    {blocktrans}

    This is simple:

    diff --git a/src/IDF/templates/issues/base.html b/src/IDF/templates/issues/base.html index ce20493..6582386 100644 --- a/src/IDF/templates/issues/base.html +++ b/src/IDF/templates/issues/base.html @@ -5,7 +5,7 @@ {trans 'Open issues'} {if !$user.isAnonymous()} | {trans 'New Issue'} | {trans 'My Issues'}{/if} |
    - +
    {superblock}