Author: sviluppatorefico
Date: 2008-05-30 18:27:37 -0400 (Fri, 30 May 2008)
New Revision: 10872
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml
Log:
updated internationalization
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml 2008-05-30
20:54:24 UTC (rev 10871)
+++
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml 2008-05-30
22:27:37 UTC (rev 10872)
@@ -27,10 +27,10 @@
</div>
<div class="full-width sub-header1">
<ul>
- <li class="third-width"><label>Title:
</label>#{portlet.title.value}</li>
- <li class="third-width"><label>Keywords:
</label>#{portlet.keywords.value}</li>
+ <li class="third-width"><label>#{bundle.COMMON_TITLE}:
</label>#{portlet.title.value}</li>
+ <li class="third-width"><label>#{bundle.COMMON_KEYWORDS}:
</label>#{portlet.keywords.value}</li>
<f:subview id="locales" rendered="#{not empty
portlet.locales}">
- <li class="third-width"><label>Locales: </label>
+ <li
class="third-width"><label>#{bundle.COMMON_LOCALES}: </label>
<c:forEach items="#{portlet.locales}"
var="locale">
<h:graphicImage style="margin: 0 3px 0 3px 0;"
value="/img/locales/#{locale}.gif" alt="#{locale}"/>  
</c:forEach>
@@ -41,12 +41,12 @@
</div>
<div class="full-width sub-header2">
<ul>
- <li class="third-width"><label>Transport Guarantees:
</label>
+ <li
class="third-width"><label>#{bundle.COMMON_TRANSPORT_GUARANTEES}:
</label>
<c:forEach var="transportGuarantees"
items="#{portlet.info.security.transportGuarantees}">
#{transportGuarantees}  
</c:forEach>
</li>
- <li class="third-width"><label>Cache Expiration:
</label>#{portlet.info.cache.expirationSecs} seconds</li>
+ <li
class="third-width"><label>#{bundle.COMMON_CACHE_EXPIRATION}:
</label>#{portlet.info.cache.expirationSecs} #{bundle.COMMON_SECONDS}</li>
</ul>
<br class="clear"/>
</div>
@@ -94,7 +94,7 @@
</dl>
</portal:box>
<portal:box class="whiteWithLtGreyHeader meta-box">
- <h3>#{bundle.COMMON_WINDOW_STATES}</h3>
+ <h3>#{bundle.PREFERENCES}</h3>
<dl>
<c:forEach var="preferenceKey"
items="#{portlet.info.preferences.keys}">
<dt>
@@ -160,34 +160,34 @@
headerClass="portlet-section-header">
<h:column>
<f:facet name="header">
- <h:outputText value="Locale"/>
+ <h:outputText value="#{bundle.COMMON_LOCALE}"/>
</f:facet>
#{value.localeDisplayName}
</h:column>
<h:column>
<f:facet name="header">
- <h:outputText value="Display Name"/>
+ <h:outputText
value="#{bundle.COMMON_DISPLAY_NAME}"/>
</f:facet>
#{value.text}
</h:column>
<h:column>
<f:facet name="header">
- <h:outputText value="Delete"/>
+ <h:outputText value="#{bundle.COMMON_DELETE}"/>
</f:facet>
<div style="width:150px"><h:commandLink
action="#{instanceDisplayNameAction.editDisplayName}">
- <h:outputText styleClass="actionDelete"
value="Delete"/>
+ <h:outputText styleClass="actionDelete"
value="#{bundle.COMMON_DELETE}"/>
<f:param name="locale"
value="#{value.locale}"/>
<f:param name="editAction"
value="delete"/>
</h:commandLink></div>
</h:column>
<h:column>
<f:facet name="header">
- <h:outputText value="Rename"/>
+ <h:outputText value="#{bundle.RENAME}"/>
</f:facet>
<div style="width:150px"><h:commandLink
action="#{instanceDisplayNameAction.editDisplayName}">
- <h:outputText styleClass="actionRename"
value="Rename"/>
+ <h:outputText styleClass="actionRename"
value="#{bundle.RENAME}"/>
<f:param name="locale"
value="#{value.locale}"/>
<f:param name="editAction"
value="rename"/>
</h:commandLink></div>
@@ -220,7 +220,7 @@
</dl>
</portal:box>
<portal:box class="whiteWithLtGreyHeader meta-box">
- <h3>#{bundle.COMMON_CONSUMEED_EVENTS}</h3>
+ <h3>#{bundle.COMMON_CONSUMED_EVENTS}</h3>
<dl>
<c:forEach var="consumedEvent"
items="#{portlet.info.eventing.consumedEvents}">
<dt>
Show replies by date