svn commit: r660116 - in /ofbiz/trunk/applications: humanres/script/org/ofbiz/humanres/humanres/ marketing/webapp/sfa/opportunity/ marketing/widget/sfa/OpportunityScreens.xml

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

svn commit: r660116 - in /ofbiz/trunk/applications: humanres/script/org/ofbiz/humanres/humanres/ marketing/webapp/sfa/opportunity/ marketing/widget/sfa/OpportunityScreens.xml

mor-2
Author: mor
Date: Mon May 26 00:44:50 2008
New Revision: 660116

URL: http://svn.apache.org/viewvc?rev=660116&view=rev
Log:
Added license, moved a form file to widget folder. Reported by Pranay Pandey

Removed:
    ofbiz/trunk/applications/humanres/script/org/ofbiz/humanres/humanres/
    ofbiz/trunk/applications/marketing/webapp/sfa/opportunity/
Modified:
    ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml

Modified: ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml?rev=660116&r1=660115&r2=660116&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml Mon May 26 00:44:50 2008
@@ -1,7 +1,26 @@
 <?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="FindOpportunity">
         <section>
             <actions>
@@ -21,7 +40,7 @@
                                 <section>
                                     <widgets>
                                         <container><link target="NewOpportunity" text="${uiLabelMap.CommonCreateNew}" style="buttontext"/></container>
-                                        <include-form name="FindOpportunity" location="component://marketing/webapp/sfa/opportunity/OpportunityForms.xml"/>
+                                        <include-form name="FindOpportunity" location="component://marketing/widget/sfa/forms/OpportunityForms.xml"/>
                                     </widgets>
                                 </section>
                             </container>
@@ -36,7 +55,7 @@
                                 <container>
                                     <section>
                                         <widgets>
-                                            <include-form name="listOpportunity" location="component://marketing/webapp/sfa/opportunity/OpportunityForms.xml"/>
+                                            <include-form name="listOpportunity" location="component://marketing/widget/sfa/forms/OpportunityForms.xml"/>
                                         </widgets>
                                     </section>
                                 </container>
@@ -47,6 +66,7 @@
             </widgets>
         </section>
     </screen>
+    
     <screen name="NewOpportunity">
         <section>
             <actions>
@@ -65,7 +85,7 @@
                             <container style="screenlet-body">
                                 <section>
                                     <widgets>
-                                        <include-form name="NewOpportunity" location="component://marketing/webapp/sfa/opportunity/OpportunityForms.xml"/>
+                                        <include-form name="NewOpportunity" location="component://marketing/widget/sfa/forms/OpportunityForms.xml"/>
                                     </widgets>
                                 </section>
                             </container>
@@ -75,6 +95,7 @@
             </widgets>
         </section>
     </screen>
+    
     <screen name="viewOpportunity">
         <section>
             <actions>
@@ -95,7 +116,7 @@
                             <container style="screenlet-body">
                                 <section>
                                     <widgets>
-                                        <include-form name="ViewOpportunity" location="component://marketing/webapp/sfa/opportunity/OpportunityForms.xml"/>
+                                        <include-form name="ViewOpportunity" location="component://marketing/widget/sfa/forms/OpportunityForms.xml"/>
                                     </widgets>
                                 </section>
                             </container>
@@ -105,6 +126,7 @@
             </widgets>
         </section>
     </screen>
+    
     <screen name="EditOpportunity">
         <section>
             <actions>
@@ -125,7 +147,7 @@
                             <container style="screenlet-body">
                                 <section>
                                     <widgets>
-                                        <include-form name="EditOpportunity" location="component://marketing/webapp/sfa/opportunity/OpportunityForms.xml"/>
+                                        <include-form name="EditOpportunity" location="component://marketing/widget/sfa/forms/OpportunityForms.xml"/>
                                     </widgets>
                                 </section>
                             </container>
@@ -135,4 +157,4 @@
             </widgets>
         </section>
     </screen>
-</screens>
+</screens>
\ No newline at end of file