Author: ppitonak(a)redhat.com
Date: 2010-10-12 09:23:00 -0400 (Tue, 12 Oct 2010)
New Revision: 19539
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml
Log:
* added alt attribute to images so that Myfaces doesn't show warnings
Modified: modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml 2010-10-12
13:19:31 UTC (rev 19538)
+++
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml 2010-10-12
13:23:00 UTC (rev 19539)
@@ -32,14 +32,14 @@
<h:form id="controlsForm">
<h:panelGrid columns="3">
<h:link id="goHomeLink" outcome="/index">
- <h:graphicImage id="goHomeImage"
library="images" name="home.png" title="Go Home"
style="width: 36px;" />
+ <h:graphicImage id="goHomeImage"
library="images" name="home.png" title="Go Home"
style="width: 36px;" alt="Go Home" />
</h:link>
<h:link id="goToListLink" outcome="list">
<h:graphicImage id="goToListImage"
library="images" name="back.png" title="Go to List of
Pages"
- style="width: 36px;" />
+ style="width: 36px;" alt="Go to
List of Pages"/>
</h:link>
<h:graphicImage id="reRenderAllImage"
library="images" name="refresh.png" title="Rerender All"
- style="width: 36px;">
+ style="width: 36px;" alt="Rerender
All">
<a4j:ajax event="click"
render="commonGrid" />
</h:graphicImage>
</h:panelGrid>
Show replies by date