From 452ea9c6985d2c259a802fbe75b4878f1a608e64 Mon Sep 17 00:00:00 2001 From: Josef Rokos Date: Sun, 1 Jun 2014 15:19:02 +0200 Subject: [PATCH] =?UTF-8?q?Kdy=C5=BE=20nen=C3=AD=20vybran=C3=A1=20sestava,?= =?UTF-8?q?=20tak=20je=20zak=C3=A1zan=C3=A9=20tla=C4=8D=C3=ADtko=20"Tisk".?= =?UTF-8?q?=20Sjednocen=C3=AD=20vzhledu=20dialog=C5=AF=20tisku.=20closes?= =?UTF-8?q?=20#82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../isspst/ui/reporting/ReportDialogVM.java | 2 +- src/main/webapp/app/reporting/report.zul | 5 +++-- src/main/webapp/app/reporting/reportDialog.zul | 5 +++-- src/main/webapp/img/print-button.png | Bin 0 -> 3429 bytes 4 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 src/main/webapp/img/print-button.png diff --git a/src/main/java/info/bukova/isspst/ui/reporting/ReportDialogVM.java b/src/main/java/info/bukova/isspst/ui/reporting/ReportDialogVM.java index ba37c19a..9e525e3b 100644 --- a/src/main/java/info/bukova/isspst/ui/reporting/ReportDialogVM.java +++ b/src/main/java/info/bukova/isspst/ui/reporting/ReportDialogVM.java @@ -46,7 +46,7 @@ public class ReportDialogVM { return selected; } - @NotifyChange("optionsForm") + @NotifyChange({"optionsForm", "selected"}) public void setSelected(Report selected) { this.selected = selected; reportDefinition.setReport(selected); diff --git a/src/main/webapp/app/reporting/report.zul b/src/main/webapp/app/reporting/report.zul index b8710f9e..2e44cbac 100644 --- a/src/main/webapp/app/reporting/report.zul +++ b/src/main/webapp/app/reporting/report.zul @@ -1,10 +1,11 @@ - + -