Author: jleroux
Date: Mon Apr 12 08:47:24 2010
New Revision: 933145

URL: http://svn.apache.org/viewvc?rev=933145&view=rev
Log:
Fixes 2 wrong arguments names passed to htmlTemplate.lookupField macro. There 
are no others.

Modified:
    
ofbiz/trunk/applications/content/webapp/content/survey/EditSurveyResponse.ftl
    
ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl

Modified: 
ofbiz/trunk/applications/content/webapp/content/survey/EditSurveyResponse.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/survey/EditSurveyResponse.ftl?rev=933145&r1=933144&r2=933145&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/content/webapp/content/survey/EditSurveyResponse.ftl 
(original)
+++ 
ofbiz/trunk/applications/content/webapp/content/survey/EditSurveyResponse.ftl 
Mon Apr 12 08:47:24 2010
@@ -20,7 +20,7 @@ under the License.
 <#-- Render the survey -->
 <#if surveyString?has_content>
   <form method="post" enctype="multipart/form-data" 
action="<@ofbizUrl>updateSurveyResponse</@ofbizUrl>" 
name="EditSurveyResponseForm" style="margin: 0;">
-    <div class="tabletext">${uiLabelMap.PartyPartyId}: 
<@htmlTemplate.lookupField value="${userLogin.partyId}" 
formName="EditSurveyResponseForm" name="partyId" id="partyId" 
lookupFieldFormName="LookupPartyName"/>
+    <div class="tabletext">${uiLabelMap.PartyPartyId}: 
<@htmlTemplate.lookupField value="${userLogin.partyId}" 
formName="EditSurveyResponseForm" name="partyId" id="partyId" 
fieldFormName="LookupPartyName"/>
     <#-- pass through the dataResourceId so the response can be associated 
with it -->
     <input type="hidden" name="dataResourceId" 
value="${parameters.dataResourceId?if_exists}"/>
     <input type="hidden" name="rootContentId" 
value="${parameters.rootContentId?if_exists}"/>

Modified: 
ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl?rev=933145&r1=933144&r2=933145&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl 
(original)
+++ 
ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl 
Mon Apr 12 08:47:24 2010
@@ -154,7 +154,7 @@ under the License.
                 <td width="6%" align="right" nowrap="nowrap" 
class="label">${uiLabelMap.ProductFacilityOwner}</td>
                 <td width="6%">&nbsp;</td>
                 <td width="74%">
-                  <@htmlTemplate.lookupField formName="selectAllForm" 
name="ownerPartyId" id="ownerPartyId" 
lookupFieldFormName="LookupPartyName"/><img 
src="<@ofbizContentUrl>/images/fieldlookup.gif</@ofbizContentUrl>" width="16" 
height="16" border="0" alt="${uiLabelMap.CommonClickHereForFieldLookup}"/></a>
+                  <@htmlTemplate.lookupField formName="selectAllForm" 
name="ownerPartyId" id="ownerPartyId" fieldFormName="LookupPartyName"/><img 
src="<@ofbizContentUrl>/images/fieldlookup.gif</@ofbizContentUrl>" width="16" 
height="16" border="0" alt="${uiLabelMap.CommonClickHereForFieldLookup}"/></a>
                 </td>
               </tr>
               <tr>


Reply via email to