Author: nbelaevski
Date: 2007-10-26 08:56:32 -0400 (Fri, 26 Oct 2007)
New Revision: 3560
Removed:
branches/3.1.x/ui/spacer/src/main/resources/org/richfaces/renderkit/html/css/spacer.xcss
Modified:
branches/3.1.x/ui/spacer/src/main/templates/spacer.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1150
Deleted:
branches/3.1.x/ui/spacer/src/main/resources/org/richfaces/renderkit/html/css/spacer.xcss
===================================================================
---
branches/3.1.x/ui/spacer/src/main/resources/org/richfaces/renderkit/html/css/spacer.xcss 2007-10-26
10:20:38 UTC (rev 3559)
+++
branches/3.1.x/ui/spacer/src/main/resources/org/richfaces/renderkit/html/css/spacer.xcss 2007-10-26
12:56:32 UTC (rev 3560)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<f:template
xmlns:f='http:/jsf.exadel.com/template'
-
xmlns:u='http:/jsf.exadel.com/template/util'
-
xmlns="http://www.w3.org/1999/xhtml" >
- <f:verbatim><![CDATA[
-.dr-spr{
- display: block;
-}
-]]>
-</f:verbatim>
-</f:template>
Modified: branches/3.1.x/ui/spacer/src/main/templates/spacer.jspx
===================================================================
--- branches/3.1.x/ui/spacer/src/main/templates/spacer.jspx 2007-10-26 10:20:38 UTC (rev
3559)
+++ branches/3.1.x/ui/spacer/src/main/templates/spacer.jspx 2007-10-26 12:56:32 UTC (rev
3560)
@@ -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,8 +17,8 @@
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>
-</f:root>
\ No newline at end of file
+</f:root>