Author: kien_nguyen
Date: 2010-05-14 01:09:56 -0400 (Fri, 14 May 2010)
New Revision: 3091
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_vi.properties
portal/trunk/web/portal/src/main/webapp/groovy/webui/organization/account/UIGroupSelector.gtmpl
Log:
GTNPORTAL-1178 UIGroupSelector.gtmpl isn't internationalized
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties 2010-05-14
05:04:01 UTC (rev 3090)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties 2010-05-14
05:09:56 UTC (rev 3091)
@@ -400,6 +400,9 @@
UIGroupSelector.lable.groupId=Group Id:
UIGroupSelector.lable.description=Description:
UIGroupSelector.action.done=Done
+UIGroupSelector.title.selectGroupMember=Select Group
+UIGroupSelector.title.selectChildGroup=Select Child Group
+UIGroupSelector.title.addGroupButton=Select this Group
#############################################################################
# org.exoplatform.portal.component.customization.UIPageSelector#
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties 2010-05-14
05:04:01 UTC (rev 3090)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties 2010-05-14
05:09:56 UTC (rev 3091)
@@ -374,6 +374,9 @@
UIGroupSelector.lable.groupId=Id du groupe :
UIGroupSelector.lable.description=Description :
UIGroupSelector.action.done=Terminé
+UIGroupSelector.title.selectGroupMember=Choisir un groupe
+UIGroupSelector.title.selectChildGroup=Choisir un sous-groupe
+UIGroupSelector.title.addGroupButton=Choisir ce groupe
#############################################################################
# org.exoplatform.portal.component.customization.UIPageSelector#
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_vi.properties
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_vi.properties 2010-05-14
05:04:01 UTC (rev 3090)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_vi.properties 2010-05-14
05:09:56 UTC (rev 3091)
@@ -369,6 +369,9 @@
UIGroupSelector.lable.groupId=Mã nhóm:
UIGroupSelector.lable.description=Mô tả:
UIGroupSelector.action.done=Hoàn thành
+UIGroupSelector.title.selectGroupMember=Chọn nhóm
+UIGroupSelector.title.selectChildGroup=Chọn con của nhóm
+UIGroupSelector.title.addGroupButton=Chọn nhóm này
#############################################################################
# org.exoplatform.portal.component.customization.UIPageSelector#
Modified:
portal/trunk/web/portal/src/main/webapp/groovy/webui/organization/account/UIGroupSelector.gtmpl
===================================================================
---
portal/trunk/web/portal/src/main/webapp/groovy/webui/organization/account/UIGroupSelector.gtmpl 2010-05-14
05:04:01 UTC (rev 3090)
+++
portal/trunk/web/portal/src/main/webapp/groovy/webui/organization/account/UIGroupSelector.gtmpl 2010-05-14
05:09:56 UTC (rev 3091)
@@ -8,13 +8,13 @@
<div class="SelectedGroupPath"><%
uicomponent.renderChild(UIBreadcumbs.class); %></div>
<div class="GroupSelector">
<div class="ContentContainer">
- <div class="MembershipTitle">Select Group</div>
+ <div
class="MembershipTitle"><%=_ctx.appRes("UIGroupSelector.title.selectGroupMember")%></div>
<%uicomponent.renderChild(UITree.class);%>
</div>
</div>
<div class="MembershipSelector">
<div class="ContentContainer">
- <div class="MembershipTitle">Select Child Group</div>
+ <div
class="MembershipTitle"><%=_ctx.appRes("UIGroupSelector.title.selectChildGroup")%></div>
<div class="OverflowContainer">
<%
boolean even = true;
@@ -30,7 +30,7 @@
<%}%>
<% } else if( groups != null && groups.size() == 0 ) { %>
<div class="AddButton">
- <a class="ItemIcon" href="<%=
uicomponent.event("SelectGroup",uicomponent.getCurrentGroup().getId())
%>">select this group</a>
+ <a class="ItemIcon" href="<%=
uicomponent.event("SelectGroup",uicomponent.getCurrentGroup().getId())
%>"><%=_ctx.appRes("UIGroupSelector.title.addGroupButton")%></a>
</div>
<% } %>
</div>
Show replies by date