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

#629 - added hint that aquare images are preferred

parent 026121c3
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,12 @@ public class HintService implements Resettable
@Override
public void createDefaults()
{
final List<String> hintKeys = List.of("hint.first.use.teaser", "hint.report.columns", "hint.template.arrow.keys", "hint.transaction.save", "hint.globalDatePicker.hotkeys");
final List<String> hintKeys = List.of("hint.first.use.teaser",
"hint.report.columns",
"hint.template.arrow.keys",
"hint.transaction.save",
"hint.globalDatePicker.hotkeys",
"hint.icon.upload.image.size");
for(String localizationKey : hintKeys)
{
......
......@@ -7,3 +7,4 @@ hint.report.columns=Tipp: Du kannst die Reihenfolge der Spalten per Drag&Drop an
hint.template.arrow.keys=Tipp: Du kannst eine Vorlage mit den Pfeiltasten auswählen und mit Enter bestätigen
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
......@@ -7,3 +7,4 @@ 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.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
......@@ -135,6 +135,9 @@
</div>
</div>
</form>
<#assign hint=helpers.getHintByLocalizationKey("hint.icon.upload.image.size")/>
<@header.hint hint=hint/>
</#macro>
<#macro progressIndicator>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment