[jboss-cvs] JBossBlog SVN: r98 - trunk-esial/blog-core/src/web/views.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 21 12:53:24 EDT 2007


Author: acrignon
Date: 2007-03-21 12:53:24 -0400 (Wed, 21 Mar 2007)
New Revision: 98

Modified:
   trunk-esial/blog-core/src/web/views/template_posts_list.xhtml
Log:
text area enlarged

Modified: trunk-esial/blog-core/src/web/views/template_posts_list.xhtml
===================================================================
--- trunk-esial/blog-core/src/web/views/template_posts_list.xhtml	2007-03-21 13:56:22 UTC (rev 97)
+++ trunk-esial/blog-core/src/web/views/template_posts_list.xhtml	2007-03-21 16:53:24 UTC (rev 98)
@@ -14,7 +14,7 @@
 	<h:panelGrid columns="1">
 	
 		<h:outputText value="Here you can change the template used to display the list of the posts:"/>
-		<h:inputTextarea value="#{templ.templatePostsList}" required="true" rows="50" cols="60"/>
+		<h:inputTextarea value="#{templ.templatePostsList}" required="true" rows="30" cols="80"/>
 		<h:commandLink value="Save this template" action="#{templ.saveTemplatePostsList}"/>
 	
 	</h:panelGrid>      




More information about the jboss-cvs-commits mailing list