Author: ilya_shaikovsky
Date: 2008-05-22 09:23:10 -0400 (Thu, 22 May 2008)
New Revision: 8697
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/sortingFeature/sortingUsage.xhtml
Log:
layout correction
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/sortingFeature/sortingUsage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/sortingFeature/sortingUsage.xhtml 2008-05-22
13:22:24 UTC (rev 8696)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/sortingFeature/sortingUsage.xhtml 2008-05-22
13:23:10 UTC (rev 8697)
@@ -31,13 +31,8 @@
<h:panelGrid columns="2" columnClasses="top">
<h:panelGroup>
<ui:include
src="/richfaces/sortingFeature/examples/simpleSingleSorting.xhtml"/>
- <ui:include src="/templates/include/sourceview.xhtml">
- <ui:param name="sourcepath"
value="/richfaces/sortingFeature/examples/simpleSingleSorting.xhtml"/>
- </ui:include>
</h:panelGroup>
-
- <h:panelGroup>
- <div style="padding-left: 20px">
+ <h:panelGroup layout="block" style="padding-left:
20px">
<b>Details of usage</b>
<p>
Next attributes could be defined to manage simple built-in sorting:
@@ -62,9 +57,12 @@
use value "false" for this attribute.
</li>
</ul>
- </div>
</h:panelGroup>
</h:panelGrid>
+ <ui:include src="/templates/include/sourceview.xhtml">
+ <ui:param name="sourcepath"
value="/richfaces/sortingFeature/examples/simpleSingleSorting.xhtml"/>
+ </ui:include>
+
</div>
</fieldset>
</ui:define>