Author: tuancn
Date: 2010-02-01 03:30:06 -0500 (Mon, 01 Feb 2010)
New Revision: 1480
Modified:
portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UISitemapTree.gtmpl
Log:
Additional features localized for a number of labels of Sitemap Portlet
Modified: portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UISitemapTree.gtmpl
===================================================================
---
portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UISitemapTree.gtmpl 2010-02-01
08:29:25 UTC (rev 1479)
+++
portal/trunk/web/portal/src/main/webapp/groovy/webui/core/UISitemapTree.gtmpl 2010-02-01
08:30:06 UTC (rev 1480)
@@ -101,8 +101,12 @@
<div id="UISiteMap" class="UISitemap" >
<div class="ClearFix">
- <div class="CollapseAll FloatLeft"
onclick="eXo.portal.UIPortal.collapseExpand(this);$actionCollapseAll">Collapse
All</div>
- <div class="ExpandAll FloatLeft"
onclick="if(!eXo.portal.UIPortal.expandAll(this)){$actionExpandAll}">Expand
All</div>
+ <div class="CollapseAll FloatLeft"
onclick="eXo.portal.UIPortal.collapseExpand(this);$actionCollapseAll">
+ <%=_ctx.appRes(siteMapPortlet.getName() + ".label.CollapseAll")%>
+ </div>
+ <div class="ExpandAll FloatLeft"
onclick="if(!eXo.portal.UIPortal.expandAll(this)){$actionExpandAll}">
+ <%=_ctx.appRes(siteMapPortlet.getName() + ".label.ExpandAll")%>
+ </div>
</div>
<div class="SitemapContent">
<div class="UISiteTree">
Show replies by date