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

Christian Bauer christian at hibernate.org
Mon Jan 14 00:45:44 EST 2008


  User: cbauer  
  Date: 08/01/14 00:45:44

  Modified:    examples/wiki/view/plugins/forumTopics  topicForm.xhtml
  Log:
  Minor
  
  Revision  Changes    Path
  1.5       +2 -1      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- topicForm.xhtml	4 Jan 2008 22:28:53 -0000	1.4
  +++ topicForm.xhtml	14 Jan 2008 05:45:44 -0000	1.5
  @@ -74,7 +74,7 @@
                           </s:div>
                       </s:fragment>
   
  -                    <s:div styleClass="entry" rendered="#{not currentuser.guest and not currentUser.admin}">
  +                    <s:div styleClass="entry" rendered="#{not currentUser.guest and not currentUser.admin}">
                           <div class="label">&#160;</div>
                           <div class="input">
                               <h:selectBooleanCheckbox value="#{topicHome.notifyReplies}" tabindex="1"/>
  @@ -105,6 +105,7 @@
   
                               <a:commandLink action="#{topicHome.cancel}"
                                              reRender="forumTopicsPluginContainer, messageBoxContainer"
  +                                           immediate="true"
                                              status="topicFormStatus"
                                              eventsQueue="ajaxEventQueue"
                                              tabindex="1" styleClass="buttonNonpersistent sessionEventTrigger">
  
  
  



More information about the jboss-cvs-commits mailing list