svn commit: r1182827 - /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: r1182827 - /ofbiz/trunk/applications/content/webapp/content/cms/CMSSites.ftl

jleroux@apache.org
Author: jleroux
Date: Thu Oct 13 13:03:05 2011
New Revision: 1182827

URL: http://svn.apache.org/viewvc?rev=1182827&view=rev
Log:
Changes user role creation as it does not work.

Anyway this whole page seems broken or at least hard to understand how to use. BTW in R9.04 user role creation does not work because of lack of security, seems that nobody is worried about it so far, I let it like that...

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=1182827&r1=1182826&r2=1182827&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/cms/CMSSites.ftl (original)
+++ ofbiz/trunk/applications/content/webapp/content/cms/CMSSites.ftl Thu Oct 13 13:03:05 2011
@@ -238,9 +238,7 @@ function call_fieldlookup4(rootForumId,
         </#list>
         <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>
-            <#--@htmlTemplate.lookupField3 formName="siteRoleForm" name="partyId_o_${rowCount}" id="partyId_o_${rowCount}" fieldFormName="LookupPerson"/--><#-- FIXME check if should be changed -->
+            <@htmlTemplate.lookupField 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) />