svn commit: r742866 - /ofbiz/trunk/framework/common/webcommon/portal/editPortalPage.ftl

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

svn commit: r742866 - /ofbiz/trunk/framework/common/webcommon/portal/editPortalPage.ftl

jonesde
Author: jonesde
Date: Tue Feb 10 06:43:05 2009
New Revision: 742866

URL: http://svn.apache.org/viewvc?rev=742866&view=rev
Log:
Fixed issue with general html encoding in edit portal page template, reported by Hans

Modified:
    ofbiz/trunk/framework/common/webcommon/portal/editPortalPage.ftl

Modified: ofbiz/trunk/framework/common/webcommon/portal/editPortalPage.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/portal/editPortalPage.ftl?rev=742866&r1=742865&r2=742866&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/portal/editPortalPage.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/portal/editPortalPage.ftl Tue Feb 10 06:43:05 2009
@@ -100,14 +100,11 @@
                 <br class="clear"/>
               </div>
               <div class="screenlet-body">
-        
-            <#assign screenFileName = portlet.screenLocation + "#" + portlet.screenName/>
             <div>
             ${setRequestAttribute("portalPageId", portalPage.portalPageId)}
             ${setRequestAttribute("portalPortletId", portlet.portalPortletId)}
             ${setRequestAttribute("portletSeqId", portlet.portletSeqId)}
-            
-            ${screens.render(screenFileName)}
+            ${screens.render(portlet.screenLocation, portlet.screenName)}
             </div>
           
                 </div>