svn commit: r1235933 - /ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl

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

svn commit: r1235933 - /ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl

erwan
Author: erwan
Date: Wed Jan 25 20:46:46 2012
New Revision: 1235933

URL: http://svn.apache.org/viewvc?rev=1235933&view=rev
Log:
Displaying localized portal page name in breadcrumb

Modified:
    ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl

Modified: ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl?rev=1235933&r1=1235932&r2=1235933&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl (original)
+++ ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl Wed Jan 25 20:46:46 2012
@@ -45,7 +45,7 @@ under the License.
     <#assign portalPage = delegator.findByPrimaryKeyCache("PortalPage", findMap)>
     <#if portalPage?has_content>
       <div id="app-nav-selected-item">
-        ${portalPage.portalPageName?if_exists}
+        ${portalPage.get("portalPageName", locale)?if_exists}
       </div>
     </#if>
 </#if>