From 1af8184889c0f6792cb9c53a15a2919f8470dc8b Mon Sep 17 00:00:00 2001 From: kamidu Date: Fri, 14 Oct 2016 15:20:05 +0530 Subject: [PATCH] positioning modal content --- .../jaggeryapps/devicemgt/app/layouts/cdmf.layout.default.hbs | 1 + .../devicemgt/app/units/cdmf.unit.ui.modal/modal.hbs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/layouts/cdmf.layout.default.hbs b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/layouts/cdmf.layout.default.hbs index e0b66efd3e..0e6d17780d 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/layouts/cdmf.layout.default.hbs +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/layouts/cdmf.layout.default.hbs @@ -73,6 +73,7 @@ under the License. --}} + {{defineZone "bottomModalContent"}} {{defineZone "bottomLibJs"}} {{defineZone "bottomJs"}} diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.modal/modal.hbs b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.modal/modal.hbs index 3a700a0713..5b2cf5ca29 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.modal/modal.hbs +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.modal/modal.hbs @@ -16,7 +16,7 @@ under the License. }} -{{#zone "content"}} +{{#zone "bottomModalContent"}}