[richfaces-svn-commits] JBoss Rich Faces SVN: r14579 - in branches/community/3.3.X/ui/simpleTogglePanel/src/main: templates and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 10 08:59:52 EDT 2009


Author: pyaschenko
Date: 2009-06-10 08:59:52 -0400 (Wed, 10 Jun 2009)
New Revision: 14579

Modified:
   branches/community/3.3.X/ui/simpleTogglePanel/src/main/resources/org/richfaces/renderkit/html/css/simpleTogglePanel.xcss
   branches/community/3.3.X/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
Log:
https://jira.jboss.org/jira/browse/RF-7360

Modified: branches/community/3.3.X/ui/simpleTogglePanel/src/main/resources/org/richfaces/renderkit/html/css/simpleTogglePanel.xcss
===================================================================
--- branches/community/3.3.X/ui/simpleTogglePanel/src/main/resources/org/richfaces/renderkit/html/css/simpleTogglePanel.xcss	2009-06-10 12:07:54 UTC (rev 14578)
+++ branches/community/3.3.X/ui/simpleTogglePanel/src/main/resources/org/richfaces/renderkit/html/css/simpleTogglePanel.xcss	2009-06-10 12:59:52 UTC (rev 14579)
@@ -12,7 +12,7 @@
    background-repeat : no-repeat;
 }
 
-.rich-stglpanel-marker-open, .rich-stglpanel-marker-close {
+.rich-stglpnl-marker {
 	padding-right: 3px; 
 }
 

Modified: branches/community/3.3.X/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
===================================================================
--- branches/community/3.3.X/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx	2009-06-10 12:07:54 UTC (rev 14578)
+++ branches/community/3.3.X/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx	2009-06-10 12:59:52 UTC (rev 14579)
@@ -40,7 +40,7 @@
              onclick="#{this:getOnClick(context,component)}">
 					
 			<div class="rich-stglpanel-marker">
-            	<div id="#{clientId}_switch_on" style="display: #{this:getSwitchOnStatus(context, component)};" class="rich-stglpanel-marker-close">
+            	<div id="#{clientId}_switch_on" style="display: #{this:getSwitchOnStatus(context, component)};" class="rich-stglpnl-marker">
 	                <jsp:scriptlet><![CDATA[
 	                	if(component.getFacet("closeMarker")!=null && component.getFacet("closeMarker").isRendered()) {
 	               	 ]]></jsp:scriptlet>
@@ -52,7 +52,7 @@
 	                ]]></jsp:scriptlet>
 	            	</div>
 	            	<div id="#{clientId}_switch_off"
-	                 style="display: #{this:getSwitchOffStatus(context, component)};" class="rich-stglpanel-marker-open">
+	                 style="display: #{this:getSwitchOffStatus(context, component)};" class="rich-stglpnl-marker">
 	                <jsp:scriptlet><![CDATA[
 	                    if(component.getFacet("openMarker")!=null && component.getFacet("openMarker").isRendered()) {
 	                ]]></jsp:scriptlet>




More information about the richfaces-svn-commits mailing list