Author: nbelaevski
Date: 2008-05-27 18:31:00 -0400 (Tue, 27 May 2008)
New Revision: 8793
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/examples/topmenu.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/usage.xhtml
Log:
spacer URL updated
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/examples/topmenu.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/examples/topmenu.xhtml 2008-05-27
22:22:38 UTC (rev 8792)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/examples/topmenu.xhtml 2008-05-27
22:31:00 UTC (rev 8793)
@@ -72,13 +72,13 @@
</rich:dropDownMenu>
</rich:toolBar>
</h:form>
- <img src="images/spacer.gif" width="1" height="5"
alt="" border="0" />
+ <img src="/images/spacer.gif" width="1" height="5"
alt="" border="0" />
<br />
<a4j:outputPanel ajaxRendered="true">
<h:outputText value="Current Selection: "></h:outputText>
<h:outputText style="font-weight:bold"
value="#{ddmenu.current}"></h:outputText>
</a4j:outputPanel>
<br />
- <img src="images/spacer.gif" width="1" height="25"
alt="" border="0" />
+ <img src="/images/spacer.gif" width="1" height="25"
alt="" border="0" />
</ui:composition>
\ No newline at end of file
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/usage.xhtml 2008-05-27
22:22:38 UTC (rev 8792)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/usage.xhtml 2008-05-27
22:31:00 UTC (rev 8793)
@@ -38,7 +38,7 @@
<div class="sample-container">
You can place a block of drop down menus horizontally or vertially how it is shown
below. <br/><br/>
<ui:include src="/richfaces/dropDownMenu/examples/sidemenu.xhtml"/>
- <br/><img src="images/spacer.gif" width="1"
height="25" alt="" border="0"/>
+ <br/><img src="/images/spacer.gif" width="1"
height="25" alt="" border="0"/>
<ui:include src="/templates/include/sourceview.xhtml">
<ui:param name="sourcepath"
value="/richfaces/dropDownMenu/examples/sidemenu.xhtml"/>
</ui:include>
Show replies by date