Author: tan_pham_dinh
Date: 2009-11-27 03:53:50 -0500 (Fri, 27 Nov 2009)
New Revision: 829
Modified:
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/Calculator/Calculator.xml
portal/trunk/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIGadgetInfo.gtmpl
Log:
GTNPORTAL-257: Correct name of gadgets in UIGadgetInfo
Modified:
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/Calculator/Calculator.xml
===================================================================
---
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/Calculator/Calculator.xml 2009-11-27
06:58:47 UTC (rev 828)
+++
portal/trunk/gadgets/eXoGadgets/src/main/webapp/gadgets/Calculator/Calculator.xml 2009-11-27
08:53:50 UTC (rev 829)
@@ -31,7 +31,7 @@
<Module>
<ModulePrefs author="eXoPlatform"
title="Calculator"
- directory_title="Caculator"
+ directory_title="Calculator"
title_url="http://www.exoplatform.org"
description="This simple and useful calculator lets you perform most
of the basic arithmetic operations."
thumbnail="http://localhost:8080/eXoGadgets/skin/DefaultSkin/portletIcons/Calculator.png"
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIGadgetInfo.gtmpl
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIGadgetInfo.gtmpl 2009-11-27
06:58:47 UTC (rev 828)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIGadgetInfo.gtmpl 2009-11-27
08:53:50 UTC (rev 829)
@@ -25,7 +25,7 @@
<table class="TitleBarApplication">
<tr>
<td
class="LeftLabel"><%=_ctx.appRes("UIGadgetInfo.label.name")%></td>
- <td class="RightLabel" title=" <%= gadget.getTitle() %>
"><%= gadget.getTitle() %></td>
+ <td class="RightLabel" title=" <%= gadget.getName() %>
"><%= gadget.getName() %></td>
</tr>
</table>
<table>
Show replies by date