Author: sichen
Date: Tue Sep 5 17:40:36 2006
New Revision: 440542
URL:
http://svn.apache.org/viewvc?view=rev&rev=440542Log:
Set a headerItem for pack order page. Also gave it a link back to the facility
Modified:
incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/PackOrder.ftl
incubator/ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml
Modified: incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/PackOrder.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/PackOrder.ftl?view=diff&rev=440542&r1=440541&r2=440542==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/PackOrder.ftl (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/facility/shipment/PackOrder.ftl Tue Sep 5 17:40:36 2006
@@ -25,7 +25,7 @@
</#if>
<div class="screenlet">
- <div class="head1">${uiLabelMap.ProductPackOrder}<span class='head2'> in ${facility.facilityName?if_exists} [${uiLabelMap.CommonId}:${facilityId?if_exists}]</span></div>
+ <div class="head1">${uiLabelMap.ProductPackOrder}<span class='head2'> in ${facility.facilityName?if_exists} [<a href="<@ofbizUrl>/EditFacility?facilityId=${facilityId?if_exists}</@ofbizUrl>" class="buttontext">${facilityId?if_exists}</a>]</div>
<#if shipmentId?has_content>
<div class="tabletext">
${uiLabelMap.CommonView} <a href="<@ofbizUrl>/PackingSlip.pdf?shipmentId=${shipmentId}</@ofbizUrl>" target="_blank" class="buttontext">${uiLabelMap.ProductPackingSlip}</a> ${uiLabelMap.CommonOr}
Modified: incubator/ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml?view=diff&rev=440542&r1=440541&r2=440542==============================================================================
--- incubator/ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml Tue Sep 5 17:40:36 2006
@@ -248,6 +248,7 @@
<section>
<actions>
<set field="titleProperty" value="ProductPackOrder"/>
+ <set field="headerItem" value="shipment"/>
<script location="component://product/webapp/facility/WEB-INF/actions/shipment/PackOrder.bsh"/>
</actions>
<widgets>