svn commit: r634224 [2/2] - in /ofbiz/trunk/specialpurpose/oagis: ./ config/ data/ script/org/ofbiz/oagis/ servicedef/ src/org/ofbiz/oagis/ webapp/oagis/WEB-INF/ widget/ widget/forms/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r634224 [2/2] - in /ofbiz/trunk/specialpurpose/oagis: ./ config/ data/ script/org/ofbiz/oagis/ servicedef/ src/org/ofbiz/oagis/ webapp/oagis/WEB-INF/ widget/ widget/forms/

ChrisG-2
Modified: ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml?rev=634224&r1=634223&r2=634224&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml Thu Mar  6 03:31:15 2008
@@ -1,34 +1,34 @@
-<?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://ofbiz.apache.org/dtds/widget-screen.xsd">
-    <screen name="FindMessageInfo">
-        <section>
+<?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://ofbiz.apache.org/dtds/widget-screen.xsd">
+    <screen name="FindMessageInfo">
+        <section>
             <actions>
-                <set field="titleProperty" value="OagisListMessageInfo"/>
-                <set field="headerItem" value="MessageInfos"/>
-            </actions>        
-            <widgets>
-                <decorator-screen name="CommonOagisMessageScreen" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
+                <set field="titleProperty" value="OagisListMessageInfo"/>
+                <set field="headerItem" value="MessageInfos"/>
+            </actions>        
+            <widgets>
+                <decorator-screen name="CommonOagisMessageScreen" location="${parameters.mainDecoratorLocation}">
+                    <decorator-section name="body">
                         <container style="screenlet">
                             <container style="screenlet-title-bar">
                                 <container style="h3">
@@ -60,27 +60,27 @@
                                     </widgets>
                                 </section>
                             </container>
-                        </container>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    
-    <screen name="EditMessageInfo">
-        <section>
+                        </container>
+                    </decorator-section>
+                </decorator-screen>
+            </widgets>
+        </section>
+    </screen>
+    
+    <screen name="EditMessageInfo">
+        <section>
             <actions>
-                <set field="titleProperty" value="OagisEditMessageInfo"/>
-                <set field="headerItem" value="MessageInfos"/>
-                <set field="logicalId" from-field="parameters.logicalId"/>
-                <set field="component" from-field="parameters.component"/>
-                <set field="task" from-field="parameters.task"/>
-                <set field="referenceId" from-field="parameters.referenceId"/>
-                <entity-one entity-name="OagisMessageInfo" value-name="oagisMessageInfo"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="CommonOagisMessageScreen" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
+                <set field="titleProperty" value="OagisEditMessageInfo"/>
+                <set field="headerItem" value="MessageInfos"/>
+                <set field="logicalId" from-field="parameters.logicalId"/>
+                <set field="component" from-field="parameters.component"/>
+                <set field="task" from-field="parameters.task"/>
+                <set field="referenceId" from-field="parameters.referenceId"/>
+                <entity-one entity-name="OagisMessageInfo" value-name="oagisMessageInfo"/>
+            </actions>
+            <widgets>
+                <decorator-screen name="CommonOagisMessageScreen" location="${parameters.mainDecoratorLocation}">
+                    <decorator-section name="body">
                         <container style="screenlet">
                             <container style="screenlet-title-bar">
                                 <container style="h3">
@@ -94,22 +94,22 @@
                                     </widgets>
                                 </section>
                             </container>
-                        </container>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    
-    <screen name="FindMessageErrorInfo">
-        <section>
-            <actions>
+                        </container>
+                    </decorator-section>
+                </decorator-screen>
+            </widgets>
+        </section>
+    </screen>
+    
+    <screen name="FindMessageErrorInfo">
+        <section>
+            <actions>
                 <set field="titleProperty" value="OagisListMessageErrorInfo"/>
-                <set field="headerItem" value="MessageErrorInfos"/>
-            </actions>        
-            <widgets>
-                <decorator-screen name="CommonOagisMessageScreen" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
+                <set field="headerItem" value="MessageErrorInfos"/>
+            </actions>        
+            <widgets>
+                <decorator-screen name="CommonOagisMessageScreen" location="${parameters.mainDecoratorLocation}">
+                    <decorator-section name="body">
                         <container style="screenlet">
                             <container style="screenlet-title-bar">
                                 <container style="h3">
@@ -141,28 +141,28 @@
                                     </widgets>
                                 </section>
                             </container>
-                        </container>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    
-    <screen name="EditMessageErrorInfo">
-        <section>
+                        </container>
+                    </decorator-section>
+                </decorator-screen>
+            </widgets>
+        </section>
+    </screen>
+    
+    <screen name="EditMessageErrorInfo">
+        <section>
             <actions>
-                <set field="titleProperty" value="OagisEditMessageErrorInfo"/>
-                <set field="headerItem" value="MessageErrorInfos"/>
-                <set field="logicalId" from-field="parameters.logicalId"/>
-                <set field="component" from-field="parameters.component"/>
-                <set field="task" from-field="parameters.task"/>
-                <set field="referenceId" from-field="parameters.referenceId"/>
-                <set field="errorSeqId" from-field="parameters.errorSeqId"/>
-                <entity-one entity-name="OagisMessageErrorInfo" value-name="oagisMessageErrorInfo"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="CommonOagisMessageScreen" location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
+                <set field="titleProperty" value="OagisEditMessageErrorInfo"/>
+                <set field="headerItem" value="MessageErrorInfos"/>
+                <set field="logicalId" from-field="parameters.logicalId"/>
+                <set field="component" from-field="parameters.component"/>
+                <set field="task" from-field="parameters.task"/>
+                <set field="referenceId" from-field="parameters.referenceId"/>
+                <set field="errorSeqId" from-field="parameters.errorSeqId"/>
+                <entity-one entity-name="OagisMessageErrorInfo" value-name="oagisMessageErrorInfo"/>
+            </actions>
+            <widgets>
+                <decorator-screen name="CommonOagisMessageScreen" location="${parameters.mainDecoratorLocation}">
+                    <decorator-section name="body">
                         <container style="screenlet">
                             <container style="screenlet-title-bar">
                                 <container style="h3">
@@ -176,40 +176,40 @@
                                     </widgets>
                                 </section>
                             </container>
-                        </container>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen>
-    
-    <screen name="ProcessShipment">
-        <section>
-            <widgets>
-                <platform-specific>
-                    <html><html-template location="component://oagis/webapp/oagis/message/ProcessShipment.ftl"/></html>                      
-                </platform-specific>
-            </widgets>
-        </section>
-    </screen>
-    
-    <screen name="ConfirmBod">
-        <section>
-            <widgets>
-                <platform-specific>
-                    <html><html-template location="component://oagis/webapp/oagis/message/ConfirmBod.ftl"/></html>                      
-                </platform-specific>
-            </widgets>
-        </section>
-    </screen>
-    
-    <screen name="ReceiveDelivery">
-        <section>
-            <widgets>
-                <platform-specific>
-                    <html><html-template location="component://oagis/webapp/oagis/message/ReceiveDelivery.ftl"/></html>
-                </platform-specific>
-            </widgets>
-        </section>
-    </screen>
+                        </container>
+                    </decorator-section>
+                </decorator-screen>
+            </widgets>
+        </section>
+    </screen>
+    
+    <screen name="ProcessShipment">
+        <section>
+            <widgets>
+                <platform-specific>
+                    <html><html-template location="component://oagis/webapp/oagis/message/ProcessShipment.ftl"/></html>                      
+                </platform-specific>
+            </widgets>
+        </section>
+    </screen>
+    
+    <screen name="ConfirmBod">
+        <section>
+            <widgets>
+                <platform-specific>
+                    <html><html-template location="component://oagis/webapp/oagis/message/ConfirmBod.ftl"/></html>                      
+                </platform-specific>
+            </widgets>
+        </section>
+    </screen>
+    
+    <screen name="ReceiveDelivery">
+        <section>
+            <widgets>
+                <platform-specific>
+                    <html><html-template location="component://oagis/webapp/oagis/message/ReceiveDelivery.ftl"/></html>
+                </platform-specific>
+            </widgets>
+        </section>
+    </screen>
 </screens>

Propchange: ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/specialpurpose/oagis/widget/MessageInfoScreens.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml?rev=634224&r1=634223&r2=634224&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml Thu Mar  6 03:31:15 2008
@@ -1,93 +1,93 @@
-<?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.
--->
-
-<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
+<?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.
+-->
+
+<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd">
     <form name="ListMessageInfos" type="list" list-name="listIt" title="" paginate-target="FindMessageInfo"
-        odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
-        <actions>
-            <set field="entityName" value="OagisMessageInfo"/>
-            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
-                <field-map field-name="inputFields" env-name="requestParameters"/>
-                <field-map field-name="entityName" env-name="entityName"/>
-            </service>
-        </actions>
-        <auto-fields-entity entity-name="OagisMessageInfo" default-field-type="display"/>
-    </form>
-    
+        odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
+        <actions>
+            <set field="entityName" value="OagisMessageInfo"/>
+            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
+                <field-map field-name="inputFields" env-name="requestParameters"/>
+                <field-map field-name="entityName" env-name="entityName"/>
+            </service>
+        </actions>
+        <auto-fields-entity entity-name="OagisMessageInfo" default-field-type="display"/>
+    </form>
+    
     <form name="FindMessageInfos" type="single" target="FindMessageInfo"
-        header-row-style="header-row" default-table-style="basic-table">
-        <auto-fields-entity entity-name="OagisMessageInfo" default-field-type="find"/>
-        <field name="noConditionFind"><hidden value="Y"/></field>
-        <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit">
-            <submit button-type="button"/>
-        </field>
-    </form>
-
+        header-row-style="header-row" default-table-style="basic-table">
+        <auto-fields-entity entity-name="OagisMessageInfo" default-field-type="find"/>
+        <field name="noConditionFind"><hidden value="Y"/></field>
+        <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit">
+            <submit button-type="button"/>
+        </field>
+    </form>
+
      <form name="EditMessageInfo" type="single" title="" target="updateOagisMessageInfo" default-map-name="oagisMessageInfo" paginate-target="FindMessageInfo"
-        header-row-style="header-row" default-table-style="basic-table">
-        <alt-target use-when="oagisMessageInfo==null" target="createOagisMessageInfo"/>
-        <auto-fields-service service-name="updateOagisMessageInfo" default-field-type="edit"/>
-         <field name="processingStatusId">
-              <drop-down allow-empty="true" >
-                <entity-options description="${description}" entity-name="StatusItem" key-field-name="statusId"/>
-            </drop-down>
-         </field>
-         <field name="orderId" >
-             <lookup target-form-name="/ordermgr/control/LookupOrderHeader"/>
-         </field>    
-        <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit">
-            <submit button-type="button"/>
-        </field>
-    </form>  
-    
+        header-row-style="header-row" default-table-style="basic-table">
+        <alt-target use-when="oagisMessageInfo==null" target="createOagisMessageInfo"/>
+        <auto-fields-service service-name="updateOagisMessageInfo" default-field-type="edit"/>
+         <field name="processingStatusId">
+              <drop-down allow-empty="true" >
+                <entity-options description="${description}" entity-name="StatusItem" key-field-name="statusId"/>
+            </drop-down>
+         </field>
+         <field name="orderId" >
+             <lookup target-form-name="/ordermgr/control/LookupOrderHeader"/>
+         </field>    
+        <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit">
+            <submit button-type="button"/>
+        </field>
+    </form>  
+    
     <form name="ListMessageErrorInfos" type="list" list-name="listIt" title="" paginate-target="FindMessageErrorInfo"
-        odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
-        <actions>
-            <set field="entityName" value="OagisMessageErrorInfo"/>
-            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
-                <field-map field-name="inputFields" env-name="requestParameters"/>
-                <field-map field-name="entityName" env-name="entityName"/>
-            </service>
-        </actions>
-        <auto-fields-entity entity-name="OagisMessageErrorInfo" default-field-type="display"/>
-        <field name="logicalId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext">
-            <hyperlink also-hidden="false" description="${logicalId}" target="EditMessageErrorInfo?logicalId=${logicalId}&amp;component=${component}&amp;task=${task}&amp;referenceId=${referenceId}&amp;errorSeqId=${errorSeqId}"/>
-        </field>
-    </form>
-    
+        odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
+        <actions>
+            <set field="entityName" value="OagisMessageErrorInfo"/>
+            <service service-name="performFind" result-map-name="result" result-map-list-name="listIt">
+                <field-map field-name="inputFields" env-name="requestParameters"/>
+                <field-map field-name="entityName" env-name="entityName"/>
+            </service>
+        </actions>
+        <auto-fields-entity entity-name="OagisMessageErrorInfo" default-field-type="display"/>
+        <field name="logicalId" title="${uiLabelMap.CommonEdit}" widget-style="buttontext">
+            <hyperlink also-hidden="false" description="${logicalId}" target="EditMessageErrorInfo?logicalId=${logicalId}&amp;component=${component}&amp;task=${task}&amp;referenceId=${referenceId}&amp;errorSeqId=${errorSeqId}"/>
+        </field>
+    </form>
+    
     <form name="FindMessageErrorInfos" type="single" target="FindMessageErrorInfo"
-        header-row-style="header-row" default-table-style="basic-table">
-        <auto-fields-entity entity-name="OagisMessageErrorInfo" default-field-type="find"/>
-        <field name="noConditionFind"><hidden value="Y"/></field>
-        <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit">
-            <submit button-type="button"/>
-        </field>
-    </form>
-    
+        header-row-style="header-row" default-table-style="basic-table">
+        <auto-fields-entity entity-name="OagisMessageErrorInfo" default-field-type="find"/>
+        <field name="noConditionFind"><hidden value="Y"/></field>
+        <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit">
+            <submit button-type="button"/>
+        </field>
+    </form>
+    
      <form name="EditMessageErrorInfo" type="single" title="" target="updateOagisMessageErrorInfo" default-map-name="oagisMessageErrorInfo" paginate-target="FindMessageErrorInfo"
-        header-row-style="header-row" default-table-style="basic-table">
-        <alt-target use-when="oagisMessageErrorInfo==null" target="createOagisMessageErrorInfo"/>
-        <auto-fields-service service-name="updateOagisMessageErrorInfo" default-field-type="edit"/>
-        <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit">
-            <submit button-type="button"/>
-        </field>
-    </form>
+        header-row-style="header-row" default-table-style="basic-table">
+        <alt-target use-when="oagisMessageErrorInfo==null" target="createOagisMessageErrorInfo"/>
+        <auto-fields-service service-name="updateOagisMessageErrorInfo" default-field-type="edit"/>
+        <field name="submitButton" title="${uiLabelMap.CommonSubmit}" widget-style="smallSubmit">
+            <submit button-type="button"/>
+        </field>
+    </form>
 </forms>

Propchange: ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/specialpurpose/oagis/widget/forms/MessageInfoForms.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml