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

#683 - added hint for hotkey

parent 7ed4b73e
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,8 @@ public class HintService implements Resettable
"hint.globalDatePicker.hotkeys",
"hint.icon.upload.image.size",
"hint.template.sort.groups",
"hint.globalAccountSelect.hotkeys");
"hint.globalAccountSelect.hotkeys",
"hint.charts.click");
for(String localizationKey : hintKeys)
{
......
......@@ -10,3 +10,4 @@ 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
hint.globalAccountSelect.hotkeys=Tipp: Konten können anhand der angezeigten Nummer auch per Tastatur ausgewählt werden.
hint.charts.click=Tipp: Per Umschalt + Mausklick auf einen Bereich können in vielen Diagrammen die zugehörigen Buchungen angezeigt werden.
......@@ -9,4 +9,5 @@ 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
hint.globalAccountSelect.hotkeys=Tipp: Accounts can also be selected using the keyboard based on the displayed numbers.
hint.globalAccountSelect.hotkeys=Hinz: Accounts can also be selected using the keyboard based on the displayed numbers.
hint.charts.click=Hint: In many charts the related transaction for an area can be displayed by using Shift + mouse click.
......@@ -88,6 +88,11 @@
<br>
<div class="<#if !chartSettings.isChartSelected()>hidden</#if>">
<#assign hint=helpers.getHintByLocalizationKey("hint.charts.click")/>
<@header.hint hint=hint actionUrl='/hotkeys'/>
</div>
<div class="container-chart">
<#if containerID??>
<div id="${containerID}" class="chart-canvas"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment