Author: nbelaevski
Date: 2011-01-25 09:10:52 -0500 (Tue, 25 Jan 2011)
New Revision: 21205
Modified:
trunk/ui/common/api/src/main/java/org/richfaces/renderkit/util/PanelIcons.java
trunk/ui/output/ui/src/test/resources/org/richfaces/renderkit/html/panelMenu-icons-inheritance-topGroup.xmlunit.xml
trunk/ui/output/ui/src/test/resources/org/richfaces/renderkit/html/panelMenu-icons-inheritance-topGroupDis.xmlunit.xml
Log:
https://issues.jboss.org/browse/RF-10158
Modified: trunk/ui/common/api/src/main/java/org/richfaces/renderkit/util/PanelIcons.java
===================================================================
---
trunk/ui/common/api/src/main/java/org/richfaces/renderkit/util/PanelIcons.java 2011-01-25
13:39:43 UTC (rev 21204)
+++
trunk/ui/common/api/src/main/java/org/richfaces/renderkit/util/PanelIcons.java 2011-01-25
14:10:52 UTC (rev 21205)
@@ -1,7 +1,7 @@
package org.richfaces.renderkit.util;
public enum PanelIcons {
- none("rf-ico-none", null),
+ none("rf-ico-none", "rf-ico-none"),
chevron("rf-ico-chevron", "rf-ico-hdr-chevron"),
chevronLeft("rf-ico-chevron-left", "rf-ico-hdr-chevron-left"),
chevronUp("rf-ico-chevron-up", "rf-ico-hdr-chevron-up"),
Modified:
trunk/ui/output/ui/src/test/resources/org/richfaces/renderkit/html/panelMenu-icons-inheritance-topGroup.xmlunit.xml
===================================================================
---
trunk/ui/output/ui/src/test/resources/org/richfaces/renderkit/html/panelMenu-icons-inheritance-topGroup.xmlunit.xml 2011-01-25
13:39:43 UTC (rev 21204)
+++
trunk/ui/output/ui/src/test/resources/org/richfaces/renderkit/html/panelMenu-icons-inheritance-topGroup.xmlunit.xml 2011-01-25
14:10:52 UTC (rev 21205)
@@ -5,13 +5,13 @@
<tbody>
<tr>
<td class="rf-pm-top-gr-ico">
- <div class="rf-pm-ico-colps
rf-ico-triangle"></div>
- <div class="rf-pm-ico-exp
rf-ico-disc"></div>
+ <div class="rf-pm-ico-colps
rf-ico-hdr-triangle"></div>
+ <div class="rf-pm-ico-exp
rf-ico-hdr-disc"></div>
</td>
<td class="rf-pm-top-gr-lbl"></td>
<td class="rf-pm-top-gr-exp-ico">
- <div class="rf-pm-ico-colps
rf-ico-triangle"></div>
- <div class="rf-pm-ico-exp
rf-ico-disc"></div>
+ <div class="rf-pm-ico-colps
rf-ico-hdr-triangle"></div>
+ <div class="rf-pm-ico-exp
rf-ico-hdr-disc"></div>
</td>
</tr>
</tbody>
Modified:
trunk/ui/output/ui/src/test/resources/org/richfaces/renderkit/html/panelMenu-icons-inheritance-topGroupDis.xmlunit.xml
===================================================================
---
trunk/ui/output/ui/src/test/resources/org/richfaces/renderkit/html/panelMenu-icons-inheritance-topGroupDis.xmlunit.xml 2011-01-25
13:39:43 UTC (rev 21204)
+++
trunk/ui/output/ui/src/test/resources/org/richfaces/renderkit/html/panelMenu-icons-inheritance-topGroupDis.xmlunit.xml 2011-01-25
14:10:52 UTC (rev 21205)
@@ -5,13 +5,13 @@
<tbody>
<tr>
<td class="rf-pm-top-gr-ico">
- <div class="rf-pm-ico-colps
rf-ico-chevron"></div>
- <div class="rf-pm-ico-exp
rf-ico-chevron"></div>
+ <div class="rf-pm-ico-colps
rf-ico-hdr-chevron"></div>
+ <div class="rf-pm-ico-exp
rf-ico-hdr-chevron"></div>
</td>
<td class="rf-pm-top-gr-lbl"></td>
<td class="rf-pm-top-gr-exp-ico">
- <div class="rf-pm-ico-colps
rf-ico-chevron"></div>
- <div class="rf-pm-ico-exp
rf-ico-chevron"></div>
+ <div class="rf-pm-ico-colps
rf-ico-hdr-chevron"></div>
+ <div class="rf-pm-ico-exp
rf-ico-hdr-chevron"></div>
</td>
</tr>
</tbody>