[jboss-cvs] JBossBlog SVN: r276 - trunk/view/manage.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 27 08:29:17 EDT 2008


Author: adamw
Date: 2008-03-27 08:29:16 -0400 (Thu, 27 Mar 2008)
New Revision: 276

Modified:
   trunk/view/manage/feed_mod.xhtml
Log:


Modified: trunk/view/manage/feed_mod.xhtml
===================================================================
--- trunk/view/manage/feed_mod.xhtml	2008-03-27 11:54:21 UTC (rev 275)
+++ trunk/view/manage/feed_mod.xhtml	2008-03-27 12:29:16 UTC (rev 276)
@@ -56,7 +56,7 @@
     </a:outputPanel>
 </h:panelGroup>
 
-<h:outputLabel for="description">Description:</h:outputLabel>
+<!--<h:outputLabel for="description">Description:</h:outputLabel>
 <h:panelGroup>
     <h:inputTextarea id="description" value="#{feedMod.feed.description}" rows="4" cols="32">
         <a:support event="onblur" reRender="descriptionMessage" ajaxSingle="true" bypassUpdates="true"/>
@@ -66,7 +66,7 @@
     <a:outputPanel id="descriptionMessage">
         <h:message for="description" styleClass="error" />
     </a:outputPanel>
-</h:panelGroup>
+</h:panelGroup>-->
 
 <h:outputLabel for="link" rendered="#{not (feedMod.feed.link == null)}">Link to blog:</h:outputLabel>
 <h:panelGroup rendered="#{not (feedMod.feed.link == null)}">




More information about the jboss-cvs-commits mailing list