Author: sergeyhalipov
Date: 2008-03-31 12:14:48 -0400 (Mon, 31 Mar 2008)
New Revision: 7485
Modified:
branches/3.1.x/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuGroup.jspx
branches/3.1.x/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuItem.jspx
Log:
http://jira.jboss.com/jira/browse/RF-2281
Modified:
branches/3.1.x/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuGroup.jspx
===================================================================
---
branches/3.1.x/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuGroup.jspx 2008-03-31
16:02:01 UTC (rev 7484)
+++
branches/3.1.x/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuGroup.jspx 2008-03-31
16:14:48 UTC (rev 7485)
@@ -27,6 +27,7 @@
<f:call name="utils.encodePassThru" />
+ <tbody>
<tr id="row_#{clientId}"
class="#{this:getSelectedClass( context, component )}" >
<td class="dr-pmenu-nowrap #{this:getIconClass( context,
component,'left')}">
@@ -49,9 +50,10 @@
</f:call>
</td>
</tr>
+ </tbody>
</table>
<vcp:body>
<f:call name="renderChildren" />
</vcp:body>
</div>
-</f:root>
\ No newline at end of file
+</f:root>
Modified:
branches/3.1.x/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuItem.jspx
===================================================================
---
branches/3.1.x/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuItem.jspx 2008-03-31
16:02:01 UTC (rev 7484)
+++
branches/3.1.x/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuItem.jspx 2008-03-31
16:14:48 UTC (rev 7485)
@@ -23,6 +23,7 @@
<f:parameter value="onclick,onmousedown,onmouseup,onmousemove" />
</f:call>
+ <tbody>
<tr id="row_#{clientId}"
class="#{this:getSelectedClass( context, component )}" >
<td class="dr-pmenu-nowrap #{this:getIconClass( context,
component,'left')}">
@@ -44,6 +45,7 @@
</f:call>
</td>
</tr>
+ </tbody>
</table>
</div>
</f:root>