Skip to content

Commit

Permalink
Ein paar Links zur Dokumentation waren falsch. (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmalzl committed Dec 1, 2023
1 parent 6e2ca9a commit 32a9818
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public void handleAction(Object context) throws ApplicationException

ButtonArea buttons2 = new ButtonArea();
buttons2.addButton("Hilfe", new DokumentationAction(),
DokumentationUtil.JAHRESSALDO, false, "question-circle.png");
DokumentationUtil.BUCHUNGSKLASSEN, false, "question-circle.png");
buttons2.addButton(control.getStartAuswertungCSVButton());
buttons2.addButton(control.getStartAuswertungButton());
buttons2.paint(this.getParent());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void bind() throws Exception

ButtonArea buttons = new ButtonArea();
buttons.addButton("Hilfe", new DokumentationAction(),
DokumentationUtil.ANFANGSBESTAENDE, false, "question-circle.png");
DokumentationUtil.JAHRESABSCHLUSS, false, "question-circle.png");
buttons.addButton("neu", new JahresabschlussDetailAction(), null, false,
"document-new.png");
buttons.paint(this.getParent());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void bind() throws Exception

ButtonArea buttons = new ButtonArea();
buttons.addButton("Hilfe", new DokumentationAction(),
DokumentationUtil.JUBILAEEN, false, "question-circle.png");
DokumentationUtil.STATISTIKJAHRGAENGE, false, "question-circle.png");
Button btnStart = new Button("Start", new StatistikJahrgaengeExportAction(),
control.getJubeljahr(), true, "walking.png");
if (!Einstellungen.getEinstellung().getGeburtsdatumPflicht())
Expand Down

0 comments on commit 32a9818

Please sign in to comment.