[jboss-cvs] jboss-seam/examples/wiki/view/plugins/forumTopics ...

Christian Bauer christian at hibernate.org
Tue Jan 1 08:01:29 EST 2008


  User: cbauer  
  Date: 08/01/01 08:01:29

  Modified:    examples/wiki/view/plugins/forumTopics  topicForm.xhtml
  Log:
  JBSEAM-1863 - Pager plugin for previous/next document, also on forum header
  
  Revision  Changes    Path
  1.3       +5 -0      jboss-seam/examples/wiki/view/plugins/forumTopics/topicForm.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: topicForm.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/forumTopics/topicForm.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- topicForm.xhtml	19 Dec 2007 04:29:30 -0000	1.2
  +++ topicForm.xhtml	1 Jan 2008 13:01:29 -0000	1.3
  @@ -74,6 +74,11 @@
                           </s:div>
                       </s:fragment>
   
  +                    <s:decorate id="verifyCaptchaEntry" template="../../includes/captchaEntry.xhtml">
  +                        <ui:param name="statusId" value="topicFormStatus"/>
  +                        <ui:param name="rendered" value="#{!identity.loggedIn}"/>
  +                    </s:decorate>
  +
                   </s:div>
   
                   <div class="formControls">
  
  
  



More information about the jboss-cvs-commits mailing list