blob: a83a99d0c8214a1c1b4a29f1a1ed9be27c91c87f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-screen.xsd">
<!-- SegmentGroup Find Screen -->
<screen name="FindSegmentGroup">
<section>
<condition>
<or>
<if-has-permission permission="MARKETING" action="_VIEW"/>
</or>
</condition>
<actions>
<property-map resource="MarketingUiLabels" map-name="uiLabelMap" global="true"/>
<set field="titleProperty" value="PageTitleFindSegmentGroup"/>
<set field="headerItem" value="Segment"/>
<set field="queryString" from-field="result.queryString"/>
<set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
<set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="20"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<section>
<!-- do check for MARKETING, _VIEW permission -->
<condition>
<if-has-permission permission="MARKETING" action="_VIEW"/>
</condition>
<widgets>
<container><label style="head1">${uiLabelMap.PageTitleFindSegmentGroup}</label></container>
<container><link text="${uiLabelMap.SegmentGroupCreate}" target="viewSegmentGroup" style="buttontext"/></container>
<include-form name="FindSegmentGroup" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>
</widgets>
<fail-widgets>
<label style="head3">${uiLabelMap.SegmentGroupMgrViewPermissionError}</label>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="CommonSegmentGroupDecorator">
<section>
<actions>
<set field="headerItem" value="Segment"/>
<set field="tabButtonItem" value="Segment"/>
<set field="segmentGroupId" from-field="parameters.segmentGroupId"/>
<entity-one entity-name="SegmentGroup" value-name="segmentGroup"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<section>
<!-- do check for MARKETING, _VIEW permission -->
<condition>
<if-has-permission permission="MARKETING" action="_VIEW"/>
</condition>
<widgets>
<section>
<condition><not><if-empty field-name="segmentGroupId"/></not></condition>
<widgets>
<platform-specific>
<html><html-template location="component://marketing/webapp/marketing/segment/SegmentTabBar.ftl"/></html>
</platform-specific>
<container><link text="${uiLabelMap.SegmentGroupCreate}" target="viewSegmentGroup" style="buttontext"/></container>
</widgets>
</section>
<decorator-section-include name="body"/>
</widgets>
<fail-widgets>
<label style="head3">${uiLabelMap.MarketingViewPermissionError}</label>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<screen name="EditSegmentGroup">
<section>
<actions>
<property-map resource="MarketingUiLabels" map-name="uiLabelMap" global="true"/>
<set field="titleProperty" value="PageTitleEditSegmentGroup"/>
<set field="segmentTabButtonItem" value="viewSegmentGroup"/>
<set field="labelTitleProperty" value="PageTitleEditSegmentGroup"/>
<set field="donePage" from-field="parameters.DONE_PAGE" default-value="/marketing/control/LookupSegmentGroup"/>
<set field="segmentGroupId" from-field="parameters.segmentGroupId"/>
<set field="productStoreId" from-field="parameters.productStoreId"/>
<entity-one entity-name="SegmentGroup" value-name="segmentGroup"/>
</actions>
<widgets>
<decorator-screen name="CommonSegmentGroupDecorator">
<decorator-section name="body">
<container><label style="head1">${uiLabelMap.PageTitleEditSegmentGroup}</label></container>
<include-form name="EditSegmentGroup" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<!-- SegmentGroupClass list Screen -->
<screen name="listSegmentGroupClass">
<section>
<condition>
<or>
<if-has-permission permission="MARKETING" action="_VIEW"/>
</or>
</condition>
<actions>
<property-map resource="MarketingUiLabels" map-name="uiLabelMap" global="true"/>
<set field="titleProperty" value="PageTitleFindSegmentGroup"/>
<set field="segmentTabButtonItem" value="listSegmentGroupClassification"/>
<set field="queryString" from-field="result.queryString"/>
<set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
<set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="20"/>
<set field="segmentGroupId" from-field="parameters.segmentGroupId"/>
</actions>
<widgets>
<decorator-screen name="CommonSegmentGroupDecorator">
<decorator-section name="body">
<section>
<!-- do check for MARKETING, _VIEW permission -->
<condition>
<if-has-permission permission="MARKETING" action="_VIEW"/>
</condition>
<widgets>
<container><label style="head1">${uiLabelMap.PageTitleListSegmentGroupClass}</label></container>
<include-form name="listSegmentGroupClass" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>
<container><label style="head1">${uiLabelMap.SegmentGroupClassCreate}</label></container>
<include-form name="AddSegmentGroupClass" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>
</widgets>
<fail-widgets>
<label style="head3">${uiLabelMap.SegmentGroupMgrViewPermissionError}</label>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<!-- SegmentGroupGeo list Screen -->
<screen name="listSegmentGroupGeo">
<section>
<condition>
<or>
<if-has-permission permission="MARKETING" action="_VIEW"/>
</or>
</condition>
<actions>
<property-map resource="MarketingUiLabels" map-name="uiLabelMap" global="true"/>
<set field="titleProperty" value="PageTitleListSegmentGroupGeo"/>
<set field="segmentTabButtonItem" value="listSegmentGroupGeo"/>
<set field="queryString" from-field="result.queryString"/>
<set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
<set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="20"/>
<set field="segmentGroupId" from-field="parameters.segmentGroupId"/>
</actions>
<widgets>
<decorator-screen name="CommonSegmentGroupDecorator">
<decorator-section name="body">
<section>
<!-- do check for MARKETING, _VIEW permission -->
<condition>
<if-has-permission permission="MARKETING" action="_VIEW"/>
</condition>
<widgets>
<container><label style="head1">${uiLabelMap.PageTitleListSegmentGroupGeo}</label></container>
<include-form name="listSegmentGroupGeo" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>
<label style="head1">${uiLabelMap.PageTitleEditSegmentGroupGeo}</label>
<include-form name="AddSegmentGroupGeo" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>
</widgets>
<fail-widgets>
<label style="head3">${uiLabelMap.SegmentGroupMgrViewPermissionError}</label>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
<!-- SegmentGroupRole list Screen -->
<screen name="listSegmentGroupRole">
<section>
<condition>
<or>
<if-has-permission permission="MARKETING" action="_VIEW"/>
</or>
</condition>
<actions>
<property-map resource="MarketingUiLabels" map-name="uiLabelMap" global="true"/>
<set field="titleProperty" value="PageTitleListSegmentGroupRole"/>
<set field="segmentTabButtonItem" value="listSegmentGroupRole"/>
<set field="queryString" from-field="result.queryString"/>
<set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
<set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="20"/>
<set field="segmentGroupId" from-field="parameters.segmentGroupId"/>
</actions>
<widgets>
<decorator-screen name="CommonSegmentGroupDecorator">
<decorator-section name="body">
<section>
<!-- do check for MARKETING, _VIEW permission -->
<condition>
<if-has-permission permission="MARKETING" action="_VIEW"/>
</condition>
<widgets>
<container><label style="head1">${uiLabelMap.PageTitleListSegmentGroupRole}</label></container>
<include-form name="listSegmentGroupRole" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>
<label style="head1">${uiLabelMap.PageTitleEditSegmentGroupRole}</label>
<include-form name="AddSegmentGroupRole" location="component://marketing/webapp/marketing/segment/SegmentForms.xml"/>
</widgets>
<fail-widgets>
<label style="head3">${uiLabelMap.SegmentGroupMgrViewPermissionError}</label>
</fail-widgets>
</section>
</decorator-section>
</decorator-screen>
</widgets>
</section>
</screen>
</screens>