From cbd5f93e531f313ae7a0d472a63818fc8b62533f Mon Sep 17 00:00:00 2001 From: Diego Pino Garcia Date: Tue, 11 Jan 2011 11:26:57 +0100 Subject: [PATCH] [Bug #800] Fix closable button in 'Calendar allocation' window * Add panel to group widgets, as in others window in the application FEA: ItEr68S04BugFixing --- .../src/main/webapp/planner/order.zul | 36 ++++++++++++------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/navalplanner-webapp/src/main/webapp/planner/order.zul b/navalplanner-webapp/src/main/webapp/planner/order.zul index c4484fb6d..8aec737e2 100644 --- a/navalplanner-webapp/src/main/webapp/planner/order.zul +++ b/navalplanner-webapp/src/main/webapp/planner/order.zul @@ -141,25 +141,35 @@ + + apply="${calendarController}" + title="${i18n:_('Calendar allocation')}" + width="600px" + visible="false" + closable="true" + onClose="self.visible = false; event.stopPropagation();" > -