Author: truong.le
Date: 2009-11-13 03:29:23 -0500 (Fri, 13 Nov 2009)
New Revision: 588
Modified:
portal/trunk/web/portal/src/main/webapp/groovy/webui/form/UIForm.gtmpl
Log:
GTNPORTAL-127: Error in Access permission form of category in Application registry portlet
when change language to Russian and Ukrainian
Modified: portal/trunk/web/portal/src/main/webapp/groovy/webui/form/UIForm.gtmpl
===================================================================
--- portal/trunk/web/portal/src/main/webapp/groovy/webui/form/UIForm.gtmpl 2009-11-13
08:07:15 UTC (rev 587)
+++ portal/trunk/web/portal/src/main/webapp/groovy/webui/form/UIForm.gtmpl 2009-11-13
08:29:23 UTC (rev 588)
@@ -11,7 +11,7 @@
<tr>
<%fieldName = uicomponent.getLabel(field.getName());%>
<%
- if(fieldName != null && fieldName.length() > 0 &&
!fieldName.equals(uicomponent.getId())) {
+ if(fieldName != null && fieldName.length() > 0 &&
!fieldName.equals(uicomponent.getId()) && !fieldName.equals(field.getName())) {
%>
<td class="FieldLabel">
<%/*if(fieldName != null && fieldName.length() > 0) {*/%>
Show replies by date