[jboss-svn-commits] JBL Code SVN: r16598 - labs/jbossforums/branches/forums101P24/forums/src/resources/portal-forums-war/views/topics.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 14 11:44:05 EST 2007


Author: unibrew
Date: 2007-11-14 11:44:04 -0500 (Wed, 14 Nov 2007)
New Revision: 16598

Modified:
   labs/jbossforums/branches/forums101P24/forums/src/resources/portal-forums-war/views/topics/posting_edit_body.xhtml
   labs/jbossforums/branches/forums101P24/forums/src/resources/portal-forums-war/views/topics/posting_new_body.xhtml
Log:
[JBFORUMS] Correcting one small mistake in the views.

Modified: labs/jbossforums/branches/forums101P24/forums/src/resources/portal-forums-war/views/topics/posting_edit_body.xhtml
===================================================================
--- labs/jbossforums/branches/forums101P24/forums/src/resources/portal-forums-war/views/topics/posting_edit_body.xhtml	2007-11-14 15:01:13 UTC (rev 16597)
+++ labs/jbossforums/branches/forums101P24/forums/src/resources/portal-forums-war/views/topics/posting_edit_body.xhtml	2007-11-14 16:44:04 UTC (rev 16598)
@@ -637,7 +637,7 @@
             </label>
         </td>
         <td>  		
-            <h:inputText value="#{editPost.option}" maxlength="255" styleClass="width: 300px;"/>
+            <h:inputText value="#{editPost.option}" maxlength="255" style="width: 300px;"/>
             &#160;   	
             <h:commandButton action="#{editPost.addOption}"
                              value="${resource.Add_option}"

Modified: labs/jbossforums/branches/forums101P24/forums/src/resources/portal-forums-war/views/topics/posting_new_body.xhtml
===================================================================
--- labs/jbossforums/branches/forums101P24/forums/src/resources/portal-forums-war/views/topics/posting_new_body.xhtml	2007-11-14 15:01:13 UTC (rev 16597)
+++ labs/jbossforums/branches/forums101P24/forums/src/resources/portal-forums-war/views/topics/posting_new_body.xhtml	2007-11-14 16:44:04 UTC (rev 16598)
@@ -632,7 +632,7 @@
             </label>
         </td>
         <td>  		
-            <h:inputText value="#{newTopic.option}" maxlength="255" styleClass="width: 300px;"/>
+            <h:inputText value="#{newTopic.option}" maxlength="255" style="width: 300px;"/>
             &#160;   	
             <h:commandButton action="#{newTopic.addOption}"
                              value="${resource.Add_option}"




More information about the jboss-svn-commits mailing list