Author: nbelaevski
Date: 2007-10-25 17:47:54 -0400 (Thu, 25 Oct 2007)
New Revision: 3554
Removed:
trunk/ui/spacer/src/main/resources/org/
Modified:
trunk/ui/spacer/src/main/templates/spacer.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1150
Modified: trunk/ui/spacer/src/main/templates/spacer.jspx
===================================================================
--- trunk/ui/spacer/src/main/templates/spacer.jspx 2007-10-25 19:03:49 UTC (rev 3553)
+++ trunk/ui/spacer/src/main/templates/spacer.jspx 2007-10-25 21:47:54 UTC (rev 3554)
@@ -10,7 +10,6 @@
baseclass="org.ajax4jsf.renderkit.HeaderResourcesRendererBase"
component="org.richfaces.component.UISpacer"
- <h:styles>css/spacer.xcss</h:styles>
<f:clientid var="clientId"/>
<f:resource var="spacer" name="images/spacer.gif"/>
<img id="#{clientId}"
@@ -18,7 +17,7 @@
height="#{component.attributes['height']}"
alt="#{component.attributes['title']}"
src="#{spacer}"
- class="dr_spr rich-spacer #{component.attributes['styleClass']}"
+ class="rich-spacer #{component.attributes['styleClass']}"
x:passThruWithExclusions="id,width,height,title,styleClass,class"
</img>