Author: adrianc
Date: Thu Jun 5 16:33:27 2008
New Revision: 663783
URL:
http://svn.apache.org/viewvc?rev=663783&view=revLog:
More UI work on Facility.
Modified:
ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml
ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml
Modified: ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml?rev=663783&r1=663782&r2=663783&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml Thu Jun 5 16:33:27 2008
@@ -38,16 +38,13 @@
<field name="ownerPartyId" title="${uiLabelMap.ProductFacilityOwner}"><display/></field>
<field name="squareFootage" title="${uiLabelMap.ProductSqFt}"><display/></field>
<field name="description"><display/></field>
-<!-- Is this needed? It duplicates the first field.
- <field name="editLink" widget-style="buttontext" title="${uiLabelMap.CommonEmptyHeader}">
- <hyperlink target="EditFacility?facilityId=${facilityId}" description="${uiLabelMap.CommonEdit}"/>
- </field>
--->
<on-event-update-area event-type="paginate" area-id="search-results" area-target="FacilitySearchResults"/>
</form>
+
<form name="FindFacilityOptions" extends="lookupFacility" extends-resource="component://product/webapp/facility/lookup/FieldLookupForms.xml" target="FindFacility">
<field name="submitButton" title="${uiLabelMap.CommonFind}"><submit button-type="button"/></field>
</form>
+
<form name="SearchInventoryItemsParams" type="single" target="EditFacilityInventoryItems"
header-row-style="header-row" default-table-style="basic-table">
<field name="facilityId">
Modified: ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml?rev=663783&r1=663782&r2=663783&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml Thu Jun 5 16:33:27 2008
@@ -26,6 +26,7 @@
<actions>
<set field="titleProperty" value="ProductFindFacilities"/>
<set field="headerItem" value="facility"/>
+ <set field="noConditionFind" value="Y"/>
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">