Author: vmolotkov
Date: 2008-03-19 11:45:55 -0400 (Wed, 19 Mar 2008)
New Revision: 6958
Modified:
trunk/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx
Log:
http://jira.jboss.com/jira/browse/RF-2501
Modified: trunk/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx
===================================================================
---
trunk/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx 2008-03-19
15:25:53 UTC (rev 6957)
+++
trunk/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx 2008-03-19
15:45:55 UTC (rev 6958)
@@ -33,9 +33,23 @@
<table id="#{clientId}table" cellpadding="0"
cellspacing="0" class="rich-ordering-list-body">
<tbody>
<tr style="#{this:getCaptionDisplay(context, component)}" >
+ <jsp:scriptlet><![CDATA[
+ if
("left".equals(component.getAttributes().get("controlsHorizontalAlign")))
{
+ ]]></jsp:scriptlet>
+ <td></td>
+ <jsp:scriptlet><![CDATA[
+ }
+ ]]></jsp:scriptlet>
<td colspan="2" class="rich-ordering-list-caption">
<f:call name="encodeCaption"/>
</td>
+ <jsp:scriptlet><![CDATA[
+ if
(!"left".equals(component.getAttributes().get("controlsHorizontalAlign")))
{
+ ]]></jsp:scriptlet>
+ <td></td>
+ <jsp:scriptlet><![CDATA[
+ }
+ ]]></jsp:scriptlet>
</tr>
<tr>
<jsp:scriptlet><![CDATA[