Skip to content

Commit

Permalink
Add Spendenbescheinigung Mail View Filter Buttons (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannMaierhofer authored Aug 5, 2024
1 parent 4c08052 commit 5cc46d2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ public void bind() throws Exception
SimpleContainer right = new SimpleContainer(cl.getComposite());
right.addLabelPair("Spendedatum von", control.getEingabedatumvon());
right.addLabelPair("Spendedatum bis", control.getEingabedatumbis());

ButtonArea fbuttons = new ButtonArea();
fbuttons.addButton(control.getResetButton());
fbuttons.addButton(control.getSpeichernButton());
group.addButtonArea(fbuttons);
}
else
{
Expand Down

0 comments on commit 5cc46d2

Please sign in to comment.