Skip to content
Snippets Groups Projects
Commit eb0ffa16 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#681 - show hint

parent 9f024f1d
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,8 @@ public class HintService implements Resettable ...@@ -56,7 +56,8 @@ public class HintService implements Resettable
"hint.transaction.save", "hint.transaction.save",
"hint.globalDatePicker.hotkeys", "hint.globalDatePicker.hotkeys",
"hint.icon.upload.image.size", "hint.icon.upload.image.size",
"hint.template.sort.groups"); "hint.template.sort.groups",
"hint.globalAccountSelect.hotkeys");
for(String localizationKey : hintKeys) for(String localizationKey : hintKeys)
{ {
......
...@@ -9,3 +9,4 @@ hint.template.sort.groups=Tipp: Du kannst Vorlagen per Drag&Drop in eine Gruppe ...@@ -9,3 +9,4 @@ hint.template.sort.groups=Tipp: Du kannst Vorlagen per Drag&Drop in eine Gruppe
hint.transaction.save=Tipp: Nutze Strg+Enter zum Speichern der Buchung hint.transaction.save=Tipp: Nutze Strg+Enter zum Speichern der Buchung
hint.globalDatePicker.hotkeys=Tipp: Sieh dir die Tastenkombinationen für die Monatsauswahl an hint.globalDatePicker.hotkeys=Tipp: Sieh dir die Tastenkombinationen für die Monatsauswahl an
hint.icon.upload.image.size=Tipp: Quadratische Bilder sind am besten geeignet hint.icon.upload.image.size=Tipp: Quadratische Bilder sind am besten geeignet
hint.globalAccountSelect.hotkeys=Tipp: Konten können anhand der angezeigten Nummer auch per Tastatur ausgewählt werden.
...@@ -9,3 +9,4 @@ hint.template.sort.groups=Hint: You can move templates to a group by drag&drop ...@@ -9,3 +9,4 @@ hint.template.sort.groups=Hint: You can move templates to a group by drag&drop
hint.transaction.save=Hint: Use Ctrl+Enter to save the transaction hint.transaction.save=Hint: Use Ctrl+Enter to save the transaction
hint.globalDatePicker.hotkeys=Hint: Have a look at the hotkeys for month selection hint.globalDatePicker.hotkeys=Hint: Have a look at the hotkeys for month selection
hint.icon.upload.image.size=Hint: Square images will be best choice hint.icon.upload.image.size=Hint: Square images will be best choice
hint.globalAccountSelect.hotkeys=Tipp: Accounts can also be selected using the keyboard based on the displayed numbers.
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
</div> </div>
</div> </div>
<#assign hint=helpers.getHintByLocalizationKey("hint.globalAccountSelect.hotkeys")/>
<@header.hint hint=hint/>
<div class="row"> <div class="row">
<#list accounts as account> <#list accounts as account>
<#if account.getType().name() == "ALL"> <#if account.getType().name() == "ALL">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment