ilscipio/scipio-erp

View on GitHub
applications/product/widget/catalog/ReviewScreens.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is subject to the terms and conditions defined in the
files 'LICENSE' and 'NOTICE', which are part of this source
code package.
-->

<screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd">

    <screen name="FindReviews">
        <section>
            <actions>
                <set field="titleProperty" value="ProductReviews"/>
            </actions>
            <widgets>
                <decorator-screen name="CommonReviewDecorator" location="${parameters.mainDecoratorLocation}">
                    <decorator-section name="body">
                        <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
                            <decorator-section name="search-options">
                                <include-form name="FindReviews" location="component://product/widget/catalog/ReviewForms.xml"/>
                            </decorator-section>
                            <decorator-section name="search-results">
                                <include-form name="ListReviews" location="component://product/widget/catalog/ReviewForms.xml"/>
                            </decorator-section>
                        </decorator-screen>
                    </decorator-section>
                </decorator-screen>
            </widgets>
        </section>
    </screen>
</screens>