[jboss-cvs] jboss-seam/examples/wiki/view/includes ...

Christian Bauer christian at hibernate.org
Mon Mar 19 22:38:16 EDT 2007


  User: cbauer  
  Date: 07/03/19 22:38:16

  Modified:    examples/wiki/view/includes  confirmationModalDialog.xhtml
  Log:
  Implemented moving of documents and files between directories
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/examples/wiki/view/includes/confirmationModalDialog.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: confirmationModalDialog.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/confirmationModalDialog.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- confirmationModalDialog.xhtml	18 Mar 2007 15:44:39 -0000	1.1
  +++ confirmationModalDialog.xhtml	20 Mar 2007 02:38:16 -0000	1.2
  @@ -9,11 +9,11 @@
       xmlns:wiki="http://jboss.com/products/seam/wiki"
       xmlns:s="http://jboss.com/products/seam/taglib">
   
  -    <f:facet name="header">Confirmation</f:facet>
  +    <f:facet name="header"><ui:insert name="confirmationTitle">Confirmation</ui:insert></f:facet>
       <h:panelGroup><div align="center">
           <h:form>
   
  -            <ui:insert name="confirmationText"><p>Are you sure you want to execute this operation?</p></ui:insert>
  +            <ui:insert name="confirmationContent"><p>Are you sure you want to execute this operation?</p></ui:insert>
   
               <h:panelGroup>
                   <ui:insert name="confirmationOption"/>
  
  
  



More information about the jboss-cvs-commits mailing list