svn commit: r932005 - /ofbiz/trunk/applications/content/webapp/content/cms/CMSSites.ftl

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

svn commit: r932005 - /ofbiz/trunk/applications/content/webapp/content/cms/CMSSites.ftl

jleroux@apache.org
Author: jleroux
Date: Thu Apr  8 16:58:42 2010
New Revision: 932005

URL: http://svn.apache.org/viewvc?rev=932005&view=rev
Log:
This one was missing in r931854 ("Using Widgets html form templates in FTL file"). It's one of the 2 cases where the hidden field is shared (note the FIXME)

Modified:
    ofbiz/trunk/applications/content/webapp/content/cms/CMSSites.ftl

Modified: ofbiz/trunk/applications/content/webapp/content/cms/CMSSites.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/cms/CMSSites.ftl?rev=932005&r1=932004&r2=932005&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/cms/CMSSites.ftl (original)
+++ ofbiz/trunk/applications/content/webapp/content/cms/CMSSites.ftl Thu Apr  8 16:58:42 2010
@@ -239,7 +239,8 @@ function call_fieldlookup4(rootForumId,
         <tr>
           <td valign="middle">
             <div class="boxhead"><input type="text" name="partyId_o_${rowCount}" value=""/>
-<a href="javascript:call_fieldlookup3('<@ofbizUrl>LookupPerson</@ofbizUrl>')"><img src="<@ofbizContentUrl>/images/fieldlookup.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="${uiLabelMap.CommonClickHereForFieldLookup}"></a></div>
+            <a href="javascript:call_fieldlookup3('<@ofbizUrl>LookupPerson</@ofbizUrl>')"><img src="<@ofbizContentUrl>/images/fieldlookup.gif</@ofbizContentUrl>" width="16" height="16" border="0" alt="${uiLabelMap.CommonClickHereForFieldLookup}"></a></div>
+            <#--@htmlTemplate.lookupField3 formName="siteRoleForm" name="partyId_o_${rowCount}" id="partyId_o_${rowCount}" fieldFormName="LookupPerson"/--><#-- FIXME check if should be changed -->
           </td>
             <#list blogRoleIdList as roleTypeId>
               <#assign cappedSiteRole= Static["org.ofbiz.entity.model.ModelUtil"].dbNameToVarName(roleTypeId) />