Author: abelevich
Date: 2008-02-19 08:47:05 -0500 (Tue, 19 Feb 2008)
New Revision: 6161
Modified:
trunk/sandbox/ui/inplaceInput/src/main/config/resources/resource-config.xml
trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss
trunk/sandbox/ui/inplaceInput/src/main/templates/inplaceinput.jspx
Log:
move rich save, edit,cancel icons to the rich-impl
Modified: trunk/sandbox/ui/inplaceInput/src/main/config/resources/resource-config.xml
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/config/resources/resource-config.xml 2008-02-19
13:17:46 UTC (rev 6160)
+++ trunk/sandbox/ui/inplaceInput/src/main/config/resources/resource-config.xml 2008-02-19
13:47:05 UTC (rev 6161)
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<resource-config>
- <resource class="org.richfaces.renderkit.images.saveControlIcon">
- <name>org.richfaces.renderkit.images.saveControlIcon</name>
+ <resource class="org.richfaces.renderkit.html.images.saveControlIcon">
+ <name>org.richfaces.renderkit.html.images.saveControlIcon</name>
</resource>
- <resource class="org.richfaces.renderkit.images.EditIcon">
- <name>org.richfaces.renderkit.images.EditIcon</name>
+ <resource class="org.richfaces.renderkit.html.images.EditIcon">
+ <name>org.richfaces.renderkit.html.images.EditIcon</name>
</resource>
- <resource class="org.richfaces.renderkit.images.CancelControlIcon">
- <name>org.richfaces.renderkit.images.CancelControlIcon</name>
+ <resource
class="org.richfaces.renderkit.html.images.CancelControlIcon">
+ <name>org.richfaces.renderkit.html.images.CancelControlIcon</name>
</resource>
<resource
class="org.richfaces.renderkit.html.images.SpinnerButtonGradient">
<name>org.richfaces.renderkit.html.images.SpinnerButtonGradient</name>
Modified:
trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss
===================================================================
---
trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss 2008-02-19
13:17:46 UTC (rev 6160)
+++
trunk/sandbox/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/css/inplaceinput.xcss 2008-02-19
13:47:05 UTC (rev 6161)
@@ -114,7 +114,7 @@
<u:selector name=".rich-inplace-changed">
<u:style name="background-image">
- <f:resource f:key="org.richfaces.renderkit.images.EditIcon"/>
+ <f:resource f:key="org.richfaces.renderkit.html.images.EditIcon"/>
</u:style>
</u:selector>
Modified: trunk/sandbox/ui/inplaceInput/src/main/templates/inplaceinput.jspx
===================================================================
--- trunk/sandbox/ui/inplaceInput/src/main/templates/inplaceinput.jspx 2008-02-19 13:17:46
UTC (rev 6160)
+++ trunk/sandbox/ui/inplaceInput/src/main/templates/inplaceinput.jspx 2008-02-19 13:47:05
UTC (rev 6161)
@@ -16,8 +16,8 @@
new org.ajax4jsf.javascript.PrototypeScript(),
scripts/inplaceinput.js
</h:scripts>
- <f:resource var="saveIcon"
name="org.richfaces.renderkit.images.saveControlIcon"/>
- <f:resource var="cancelIcon"
name="org.richfaces.renderkit.images.CancelControlIcon"/>
+ <f:resource var="saveIcon"
name="org.richfaces.renderkit.html.images.saveControlIcon"/>
+ <f:resource var="cancelIcon"
name="org.richfaces.renderkit.html.images.CancelControlIcon"/>
<f:resource var="spacer" name="images/spacer.gif"/>
Show replies by date