Author: ilya_shaikovsky
Date: 2008-12-30 05:39:32 -0500 (Tue, 30 Dec 2008)
New Revision: 12058
Modified:
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-navigation.xhtml
trunk/samples/richfaces-demo/src/main/webapp/welcome.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-4910
Modified:
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml 2008-12-30
02:22:52 UTC (rev 12057)
+++
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-group.xhtml 2008-12-30
10:39:32 UTC (rev 12058)
@@ -9,7 +9,7 @@
<tbody>
<a4j:repeat var="component" value="#{components}">
<tr class="#{component.current?'active':'unactive'}"
onmouseover="this.className='active'"
onmouseout="this.className='#{component.current?'active':'unactive'}'">
- <td class="ico"><h:graphicImage
value="#{component.iconImage}" width="16" height="16"
alt="" border="0" /><h:graphicImage
value="/images/icons/ico_new_item.gif"
rendered="#{component.newComponent}" style="position:relative; top:-6px;
left:10px;" alt="" width="10"
height="10"/></td>
+ <td class="ico"><div style="width: 16px;height:
16px;"><h:graphicImage value="#{component.iconImage}"
width="16" height="16" alt="" border="0"
/><h:graphicImage value="/images/icons/ico_new_item.gif"
rendered="#{component.newComponent}" style="position:relative; top:-6px;
left:10px;" alt="" width="10"
height="10"/></div></td>
<td class="text #{component.newComponent?'bold':''}"
width="100%">
<h:outputLink style="display:block;height:20px"
value="#{component.contextRelativeDemoLocation}">
<span style="display:block;padding-top:3px;text-decoration : none; color :
#000000;">
Modified:
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-navigation.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-navigation.xhtml 2008-12-30
02:22:52 UTC (rev 12057)
+++
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-navigation.xhtml 2008-12-30
10:39:32 UTC (rev 12058)
@@ -6,7 +6,7 @@
xmlns:rich="http://richfaces.org/rich">
<ui:composition>
<rich:panel styleClass="panel_menu"
bodyClass="rich-laguna-panel-no-header">
-<rich:panelBar style="width: auto;"
selectedPanel="#{componentNavigator.currentComponent.group}"
height="690px" contentStyle="background:none;">
+<rich:panelBar style="width: auto;"
selectedPanel="#{componentNavigator.currentComponent.group}"
height="670px" contentStyle="background:none;">
<rich:panelBarItem id="ajaxSupport">
<f:facet name="label">
<h:panelGroup layout="block">
Modified: trunk/samples/richfaces-demo/src/main/webapp/welcome.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/welcome.xhtml 2008-12-30 02:22:52 UTC
(rev 12057)
+++ trunk/samples/richfaces-demo/src/main/webapp/welcome.xhtml 2008-12-30 10:39:32 UTC
(rev 12058)
@@ -25,8 +25,9 @@
skins on the application whole look-and-feel.
</p>
<p class="note">
- Components which names marked with bold text in left-hand sidebar was introduced
- in latest official GA or the component page has new examples inside.
+ Pay your attention to "New" green marks on the left navigation
bar.<br/>
+ Groups marked with such icons - contains the components added during latest release,
+ or the components with new examples added.
</p>
</ui:define>
</ui:composition>