Author: hansbak
Date: Mon Mar 31 01:35:28 2008 New Revision: 642922 URL: http://svn.apache.org/viewvc?rev=642922&view=rev Log: missing screens file in commit 642905 Added: ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml (with props) Added: ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml?rev=642922&view=auto ============================================================================== --- ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml (added) +++ ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml Mon Mar 31 01:35:28 2008 @@ -0,0 +1,138 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<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> + <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"> + <container style="screenlet"> + <container style="screenlet-title-bar"> + <container style="h3"> + <label text="${uiLabelMap.SfaFindOpportunities}"/> + </container> + </container> + <container style="screenlet-body"> + <section> + <widgets> + <container><link target="NewOpportunity" text="${uiLabelMap.CommonCreateNew}" style="buttontext"/></container> + <include-form name="FindOpportunity" location="component://marketing/webapp/sfa/opportunity/OpportunityForms.xml"/> + </widgets> + </section> + </container> + </container> + <container style="screenlet"> + <container style="screenlet-title-bar"> + <container style="h3"> + <label text="${uiLabelMap.SfaFindResults}"/> + </container> + </container> + <container style="screenlet-body"> + <container> + <section> + <widgets> + <include-form name="listOpportunity" location="component://marketing/webapp/sfa/opportunity/OpportunityForms.xml"/> + </widgets> + </section> + </container> + </container> + </container> + </decorator-section> + </decorator-screen> + </widgets> + </section> + </screen> + <screen name="NewOpportunity"> + <section> + <actions> + <entity-one entity-name="SalesOpportunity" value-name="salesOpportunity"/> + <set field="salesOpportunityId" from-field="parameters.salesOpportunityId"/> + </actions> + <widgets> + <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}"> + <decorator-section name="body"> + <container style="screenlet"> + <container style="screenlet-title-bar"> + <container style="h3"> + <label text="${uiLabelMap.SfaNewOpportunity}"/> + </container> + </container> + <container style="screenlet-body"> + <section> + <widgets> + <include-form name="NewOpportunity" location="component://marketing/webapp/sfa/opportunity/OpportunityForms.xml"/> + </widgets> + </section> + </container> + </container> + </decorator-section> + </decorator-screen> + </widgets> + </section> + </screen> + <screen name="viewOpportunity"> + <section> + <actions> + <entity-one entity-name="SalesOpportunity" value-name="salesOpportunity"/> + <set field="titleProperty" value="Opportunities"/> + <set field="tabButtonItem" value="opportunityView"/> + <set field="salesOpportunityId" from-field="parameters.salesOpportunityId"/> + </actions> + <widgets> + <decorator-screen name="CommonOpportunityDecorator" location="${parameters.mainDecoratorLocation}"> + <decorator-section name="body"> + <container style="screenlet"> + <container style="screenlet-title-bar"> + <container style="h3"> + <label text="${uiLabelMap.SfaOpportunityInfo}"/> + </container> + </container> + <container style="screenlet-body"> + <section> + <widgets> + <include-form name="ViewOpportunity" location="component://marketing/webapp/sfa/opportunity/OpportunityForms.xml"/> + </widgets> + </section> + </container> + </container> + </decorator-section> + </decorator-screen> + </widgets> + </section> + </screen> + <screen name="EditOpportunity"> + <section> + <actions> + <entity-one entity-name="SalesOpportunity" value-name="salesOpportunity"></entity-one> + <set field="titleProperty" value="Opportunities"/> + <set field="tabButtonItem" value="editOpportunity"/> + <set field="salesOpportunityId" from-field="parameters.salesOpportunityId"/> + </actions> + <widgets> + <decorator-screen name="CommonOpportunityDecorator" location="${parameters.mainDecoratorLocation}"> + <decorator-section name="body"> + <container style="screenlet"> + <container style="screenlet-title-bar"> + <container style="h3"> + <label text="${uiLabelMap.SfaEditOpportunity}"/> + </container> + </container> + <container style="screenlet-body"> + <section> + <widgets> + <include-form name="EditOpportunity" location="component://marketing/webapp/sfa/opportunity/OpportunityForms.xml"/> + </widgets> + </section> + </container> + </container> + </decorator-section> + </decorator-screen> + </widgets> + </section> + </screen> +</screens> Propchange: ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml |
Free forum by Nabble | Edit this page |