From 96f8b97afda87e64e52c111b8be924bba410137f Mon Sep 17 00:00:00 2001 From: Yavor Ivanov Date: Thu, 8 Jun 2017 14:56:02 +0300 Subject: [PATCH] Extend master view --- webapp/i18n/i18n.properties | 5 ++++ webapp/view/Master.view.xml | 58 +++++++++++++++++++++++++++++++++++-- 2 files changed, 61 insertions(+), 2 deletions(-) diff --git a/webapp/i18n/i18n.properties b/webapp/i18n/i18n.properties index f2ff80d..222681a 100644 --- a/webapp/i18n/i18n.properties +++ b/webapp/i18n/i18n.properties @@ -8,5 +8,10 @@ master.title.Edit=Edit master.title.Delete=Delete master.title.ToggleFooter=Toggle Footer +master.Name=Name: +master.Category=Category: +master.SupplierName=Supplier Name: + + master.footer.Accept=Accept master.title.Reject=Reject \ No newline at end of file diff --git a/webapp/view/Master.view.xml b/webapp/view/Master.view.xml index 4af3c09..9e68b04 100644 --- a/webapp/view/Master.view.xml +++ b/webapp/view/Master.view.xml @@ -2,6 +2,8 @@ xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" xmlns:f="sap.f" + xmlns:layout="sap.ui.layout" + xmlns:core="sap.ui.core" displayBlock="true" height="100%"> @@ -15,13 +17,65 @@ - -