You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/10/22 20:03:40 UTC

svn commit: r1026435 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/tab.xhtml

Author: lofwyr
Date: Fri Oct 22 18:03:40 2010
New Revision: 1026435

URL: http://svn.apache.org/viewvc?rev=1026435&view=rev
Log:
testing the alpha channel in IE6

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/tab.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/tab.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/tab.xhtml?rev=1026435&r1=1026434&r2=1026435&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/tab.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/overview/tab.xhtml Fri Oct 22 18:03:40 2010
@@ -42,7 +42,7 @@
           <tc:tabGroup id="tabMarsOuterForm" state="#{demo.tabState1}">
             <tc:tab label="#{overviewBundle.tabPlanet}">
               <f:facet name="layout"><tc:gridLayout rows="1*;fixed;fixed;1*"/></f:facet>
-              <tc:cell/>
+              <tc:image value="image/feather-leaf.png"/>
               <tx:in value="#{demo.solar.planets[0].diameter}"
                      label="#{overviewBundle.solarPlanetDiameter}"/>
               <tx:in value="#{demo.solar.planets[0].mass}"
@@ -51,7 +51,7 @@
             </tc:tab>
             <tc:tab label="#{overviewBundle.tabInsolar}">
               <f:facet name="layout"><tc:gridLayout rows="1*;fixed;fixed;1*"/></f:facet>
-              <tc:cell/>
+              <tc:image value="image/feather-leaf.png"/>
               <tx:in value="#{demo.solar.planets[0].sunDistance}"
                      label="#{overviewBundle.solarPlanetSunDistance}"/>
               <tx:in value="#{demo.solar.planets[0].timeOfCirculation}"
@@ -89,7 +89,7 @@
 
             <tc:tab label="#{overviewBundle.tabPlanet}">
               <f:facet name="layout"><tc:gridLayout rows="1*;fixed;fixed;1*"/></f:facet>
-              <tc:cell/>
+              <tc:image value="image/feather-leaf.png"/>
               <tx:in value="#{demo.solar.planets[0].diameter}"
                      label="#{overviewBundle.solarPlanetDiameter}"/>
               <tx:in value="#{demo.solar.planets[0].mass}"
@@ -98,7 +98,7 @@
             </tc:tab>
             <tc:tab label="#{overviewBundle.tabInsolar}">
               <f:facet name="layout"><tc:gridLayout rows="1*;fixed;fixed;1*"/></f:facet>
-              <tc:cell/>
+              <tc:image value="image/feather-leaf.png"/>
               <tx:in value="#{demo.solar.planets[0].sunDistance}"
                      label="#{overviewBundle.solarPlanetSunDistance}"/>
               <tx:in value="#{demo.solar.planets[0].timeOfCirculation}"