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

Christian Bauer christian at hibernate.org
Thu Jan 10 03:37:46 EST 2008


  User: cbauer  
  Date: 08/01/10 03:37:46

  Modified:    examples/wiki/view/plugins/forumReplies  plugin.xhtml
  Log:
  Better getInstance() calls
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/wiki/view/plugins/forumReplies/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/forumReplies/plugin.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- plugin.xhtml	19 Dec 2007 04:29:31 -0000	1.3
  +++ plugin.xhtml	10 Jan 2008 08:37:46 -0000	1.4
  @@ -83,7 +83,7 @@
                                         reRender="forumRepliesContainer"
                                         action="#{replyHome.remove(c.id)}"/>
                               <h:outputLink value="#"
  -                                  onclick="deleteConfirmation('#{messages['lacewiki.label.commentsDisplay.Comment']} \\'#{c.subject}\\'', 'deleteReplyId#{c.id}')"
  +                                  onclick="deleteConfirmation('#{messages['lacewiki.label.commentsDisplay.CommentThread']} \\'#{c.subject}\\'', 'deleteReplyId#{c.id}')"
                                     styleClass="button sessionEventTrigger">
                                   <h:outputText styleClass="buttonLabel" value="#{messages['lacewiki.button.commentsDisplay.RemoveComment']}"/>
                           </h:outputLink>
  
  
  



More information about the jboss-cvs-commits mailing list