Author: ilya_shaikovsky
Date: 2008-03-28 08:42:09 -0400 (Fri, 28 Mar 2008)
New Revision: 7360
Modified:
trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
trunk/samples/richfaces-demo/src/main/webapp/templates/include/header.xhtml
Log:
togglePanel in header fix
Modified: trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2008-03-28 12:10:35 UTC
(rev 7359)
+++ trunk/samples/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2008-03-28 12:42:09 UTC
(rev 7360)
@@ -69,7 +69,7 @@
<param-name>createTempFiles</param-name>
<param-value>false</param-value>
</init-param>
- <init-param>
+ <init-param>
<param-name>maxRequestSize</param-name>
<param-value>1000000</param-value>
</init-param>
Modified: trunk/samples/richfaces-demo/src/main/webapp/templates/include/header.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/templates/include/header.xhtml 2008-03-28
12:10:35 UTC (rev 7359)
+++ trunk/samples/richfaces-demo/src/main/webapp/templates/include/header.xhtml 2008-03-28
12:42:09 UTC (rev 7360)
@@ -48,7 +48,7 @@
</h:outputLink>
</td>
<td class="control">
- <rich:toggleControl for="skin_chooser" value="more
»" />
+ <rich:toggleControl for="skin_chooser" value="more..."
/>
</td>
</tr>
</tbody>
@@ -123,7 +123,7 @@
</td>
</ui:remove>
<td class="control">
- <rich:toggleControl for="skin_chooser" value="«
less" />
+ <rich:toggleControl for="skin_chooser" value="...less"
/>
</td>
</tr>
</tbody>