Author: reto
Date: Tue May 11 13:51:34 2010
New Revision: 943120

URL: http://svn.apache.org/viewvc?rev=943120&view=rev
Log:
CLEREZZA-28: aligned implementation with documentation

Added:
    
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/images/icons/btn-modify-x.png
      - copied unchanged from r943100, 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/images/icons/btn-edit-x.png
    
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/images/icons/btn-modify.png
      - copied unchanged from r943100, 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/images/icons/btn-edit.png
Removed:
    
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/images/icons/btn-edit-x.png
    
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/images/icons/btn-edit.png
Modified:
    
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.app.webguiexamples/src/main/resources/org/apache/clerezza/app/webguiexamples/staticweb/buttons.xhtml
    
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/icon.css

Modified: 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.app.webguiexamples/src/main/resources/org/apache/clerezza/app/webguiexamples/staticweb/buttons.xhtml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.app.webguiexamples/src/main/resources/org/apache/clerezza/app/webguiexamples/staticweb/buttons.xhtml?rev=943120&r1=943119&r2=943120&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.app.webguiexamples/src/main/resources/org/apache/clerezza/app/webguiexamples/staticweb/buttons.xhtml
 (original)
+++ 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.app.webguiexamples/src/main/resources/org/apache/clerezza/app/webguiexamples/staticweb/buttons.xhtml
 Tue May 11 13:51:34 2010
@@ -107,7 +107,7 @@
                
                <h4>Modify</h4>
                <ol>
-                       <li><a href="#" class="tx-icon tx-icon-edit" 
title="tx-icon-edit">Edit</a>&nbsp;<pre>&lt;a class="tx-icon tx-icon-modify" 
href="#">modify&lt;/a></pre></li>
+                       <li><a href="#" class="tx-icon tx-icon-modify" 
title="tx-icon-modify">Edit</a>&nbsp;<pre>&lt;a class="tx-icon tx-icon-modify" 
href="#">modify&lt;/a></pre></li>
                </ol>   
                
                <h4>Generic</h4>

Modified: 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/icon.css
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/icon.css?rev=943120&r1=943119&r2=943120&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/icon.css
 (original)
+++ 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/icon.css
 Tue May 11 13:51:34 2010
@@ -76,8 +76,17 @@ a.tx-icon {
 }
 
 /* modify color */
+.tx-icon-modify {
+       background: url(./images/icons/btn-modify.png) center no-repeat;
+       border: solid 1px;
+       border-color: #2f8695 #368e9d #368e9d #487d9d;
+       height: 18px;
+       width: 19px;
+}
+
+/* @deprecated use tx-icon-modify */
 .tx-icon-edit {
-       background: url(./images/icons/btn-edit.png) center no-repeat;
+       background: url(./images/icons/btn-modify.png) center no-repeat;
        border: solid 1px;
        border-color: #2f8695 #368e9d #368e9d #487d9d;
        height: 18px;


Reply via email to