Author: thomas.heute(a)jboss.com
Date: 2008-05-29 11:24:39 -0400 (Thu, 29 May 2008)
New Revision: 10848
Modified:
branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-war/WEB-INF/jsp/content/portlet_editor.jsp
Log:
Rolling back i18n of this file so that Chris can work
Modified:
branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-war/WEB-INF/jsp/content/portlet_editor.jsp
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-war/WEB-INF/jsp/content/portlet_editor.jsp 2008-05-29
15:23:26 UTC (rev 10847)
+++
branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-war/WEB-INF/jsp/content/portlet_editor.jsp 2008-05-29
15:24:39 UTC (rev 10848)
@@ -18,7 +18,6 @@
<%@page import="org.jboss.portal.portlet.info.PortletInfo" %>
<%@ page import="java.util.Collection" %>
<%@ page import="java.util.Locale" %>
-<%@ taglib uri="/WEB-INF/portal-lib.tld" prefix="n" %>
<portlet:defineObjects/>
<script type='text/javascript'
src='/portal-admin/js/domLib.js'></script>
<script type="text/javascript"
src="/portal-admin/js/fadomatic.js"></script>
@@ -34,7 +33,7 @@
<table style="width:500px;">
<tr>
- <td><h3 class="sectionTitle
tenpx-top-bottom">${n:i18n("PORTLET_INSTANCE_ASSOCIATED")}:</h3></td>
+ <td><h3 class="sectionTitle tenpx-top-bottom">Portlet instance
associated to this window:</h3></td>
</tr>
<%
Locale locale = renderRequest.getLocale();
@@ -70,10 +69,10 @@
<span><%= displayName %></span>
<div>
- <span
class="portlet-form-field-label">${n:i18n("PORTLET_NAME")}:</span><%=
displayName %>
+ <span class="portlet-form-field-label">Portlet
name:</span><%= displayName %>
</div>
<div>
- <span
class="portlet-form-field-label">${n:i18n("PORTLET_DESCRIPTION")}:</span>
+ <span class="portlet-form-field-label">Portlet
description:</span>
<%= getLocalizedValue(metaInfo.getMetaValue(MetaInfo.DESCRIPTION), locale)
%>
</div>
@@ -119,9 +118,9 @@
</div>
</div>
<div class="content">
- <div><span
class="portlet-form-field-label">${n:i18n("PORTLET_NAME")}:</span><%=
displayName %>
+ <div><span class="portlet-form-field-label">Portlet
name:</span><%= displayName %>
</div>
- <div><span
class="portlet-form-field-label">${n:i18n("PORTLET_DESCRIPTION")}:</span>
+ <div><span class="portlet-form-field-label">Portlet
description:</span>
<%=
getLocalizedValue(portletMetaInfo.getMetaValue(MetaInfo.DESCRIPTION), locale) %>
</div>
</div>
Show replies by date