[OFBiz] SVN: r5634 - trunk/applications/product/webapp/facility/shipment

sichen at svn.ofbiz.org sichen at svn.ofbiz.org
Fri Sep 2 19:38:35 EDT 2005


Author: sichen
Date: 2005-09-02 18:38:32 -0500 (Fri, 02 Sep 2005)
New Revision: 5634

Modified:
   trunk/applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl
Log:
Removed 'label here' which shoul dhave never been there

Modified: trunk/applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl
===================================================================
--- trunk/applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl	2005-09-02 23:35:00 UTC (rev 5633)
+++ trunk/applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl	2005-09-02 23:38:32 UTC (rev 5634)
@@ -224,7 +224,7 @@
             <td><div class="tabletext">&nbsp;</div></td>
             <td>
                 <div class="tabletext">
-                    ${uiLabelMap.ProductPackage} :${shipmentPackageRouteSeg.shipmentPackageSeqId} label here 
+                    ${uiLabelMap.ProductPackage} :${shipmentPackageRouteSeg.shipmentPackageSeqId}
                     <#if shipmentPackageRouteSeg.labelImage?exists>
                         <a href="<@ofbizUrl>/viewShipmentPackageRouteSegLabelImage?shipmentId=${shipmentPackageRouteSeg.shipmentId}&shipmentRouteSegmentId=${shipmentPackageRouteSeg.shipmentRouteSegmentId}&shipmentPackageSeqId=${shipmentPackageRouteSeg.shipmentPackageSeqId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.ProductViewLabelImage}]</a>
                     </#if>



More information about the Svn mailing list