svn commit: r556218 - /ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml

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

svn commit: r556218 - /ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml

hansbak-2
Author: hansbak
Date: Fri Jul 13 20:57:57 2007
New Revision: 556218

URL: http://svn.apache.org/viewvc?view=rev&rev=556218
Log:
add lookup for party and content in the websiteContent webSiteParty forms

Modified:
    ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml

Modified: ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml?view=diff&rev=556218&r1=556217&r2=556218
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/website/WebSiteForms.xml Fri Jul 13 20:57:57 2007
@@ -97,6 +97,7 @@
     <form name="CreateWebSiteContent" type="single" target="CreateWebSiteContent" title="" default-map-name="webSite">
         <auto-fields-service service-name="createWebSiteContent"/>
         <field name="webSiteId" map-name="webSite"><display also-hidden="true"/></field>
+        <field name="contentId" title="Content Id"><lookup target-form-name="LookupContent"/></field>
         <field name="webSiteContentTypeId" widget-style="selectBox">
             <drop-down allow-empty="false">
                 <entity-options entity-name="WebSiteContentType" description="${description}">
@@ -110,6 +111,7 @@
     <!-- WebSite Role Forms -->
     <form name="CreateWebSiteRole" type="single" target="createWebSiteRole" title="">
         <auto-fields-service service-name="createWebSiteRole"/>
+        <field name="partyId"><lookup target-form-name="LookupPartyName"/></field>
         <field name="webSiteId" map-name="webSite"><hidden/></field>
         <field name="roleTypeId" widget-style="selectBox">
             <drop-down no-current-selected-key="_NA_">