Author: chris.laprun(a)jboss.com
Date: 2008-04-21 18:51:37 -0400 (Mon, 21 Apr 2008)
New Revision: 10687
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml
Log:
- Added locale in alt attribute.
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-04-21
22:30:39 UTC (rev 10686)
+++
branches/JBoss_Portal_Branch_2_7/core-admin/src/resources/portal-admin-war/jsf/common/showPortletDetails.xhtml 2008-04-21
22:51:37 UTC (rev 10687)
@@ -31,8 +31,8 @@
<li class="third-width"><label>Keywords:
</label>#{portlet.keywords.value}</li>
<f:subview id="locales" rendered="#{not empty
portlet.locales}">
<li class="third-width"><label>Locales: </label>
- <c:forEach items="#{portlet.locales}"
var="locale"> <h:graphicImage style="margin: 0 3px 0 3px 0;"
-
value="/img/locales/#{locale}.gif"/>  
+ <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>
</li>
</f:subview>
Show replies by date