ilscipio/scipio-erp

View on GitHub
applications/product/widget/catalog/ThesaurusScreens.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="EditKeywordThesaurus">
       <section>
            <actions>
                <set field="titleProperty" value="ProductAlternateKeyWordThesaurus"/>
                <set field="activeSubMenuItem" value="EditKeywordThesaurus"/>

                <script location="component://product/webapp/catalog/WEB-INF/actions/thesaurus/EditKeywordThesaurus.groovy"/>
            </actions>
            <widgets>
                <decorator-screen name="CommonThesaurusDecorator" location="${parameters.mainDecoratorLocation}">
                    <decorator-section name="body">
                        <platform-specific>
                            <html><html-template location="component://product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl"/></html>
                        </platform-specific>
                    </decorator-section>
                </decorator-screen>
            </widgets>
       </section>
   </screen>
</screens>