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

#546 - template overview: added hint

parent cd7e12dc
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,8 @@ public class HintService implements Resettable
"hint.template.arrow.keys",
"hint.transaction.save",
"hint.globalDatePicker.hotkeys",
"hint.icon.upload.image.size");
"hint.icon.upload.image.size",
"hint.template.sort.groups");
for(String localizationKey : hintKeys)
{
......
......@@ -5,6 +5,7 @@ notification.hints.reset=Alle Tipps zurückgesetzt
hint.first.use.teaser=Neu im BudgetMaster? Sieh dir die Einführung an!
hint.report.columns=Tipp: Du kannst die Reihenfolge der Spalten per Drag&Drop anpassen
hint.template.arrow.keys=Tipp: Du kannst eine Vorlage mit den Pfeiltasten auswählen und mit Enter bestätigen
hint.template.sort.groups=Tipp: Du kannst Vorlage per Drag&Drop in eine Gruppe verschieben
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.icon.upload.image.size=Tipp: Quadratische Bilder sind am besten geeignet
......@@ -5,6 +5,7 @@ notification.hints.reset=All hints reset
hint.first.use.teaser=New to BudgetMaster? Check out the first use guide!
hint.report.columns=Hint: You can change the order of the columns by drag&drop
hint.template.arrow.keys=Hint: You can select a template by using the arrow keys and confirm with enter
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.globalDatePicker.hotkeys=Hint: Have a look at the hotkeys for month selection
hint.icon.upload.image.size=Hint: Square images will be best choice
......@@ -35,6 +35,8 @@
<br>
<#assign hint=helpers.getHintByLocalizationKey("hint.template.arrow.keys")/>
<@header.hint hint=hint/>
<#assign hint2=helpers.getHintByLocalizationKey("hint.template.sort.groups")/>
<@header.hint hint=hint2/>
<br>
<#if templatesByGroup?size == 0>
<div class="container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment