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

Christian Bauer christian at hibernate.org
Fri May 4 20:34:13 EDT 2007


  User: cbauer  
  Date: 07/05/04 20:34:13

  Modified:    examples/wiki/view/includes  deleteConfirmation.xhtml
  Log:
  Switched from accordion navigation to tabs
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/wiki/view/includes/deleteConfirmation.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: deleteConfirmation.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/deleteConfirmation.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- deleteConfirmation.xhtml	4 May 2007 19:30:33 -0000	1.3
  +++ deleteConfirmation.xhtml	5 May 2007 00:34:13 -0000	1.4
  @@ -11,7 +11,7 @@
       <ui:define name="dialogInit">
           <script type="text/javascript">jQuery(function() {
               jsf('dialogDeletePopup')
  -                .css({ minWidth: "200px", minHeight: "150px", width: "300px;", height: "150px;", top: "300px", left: "300px"})
  +                .css({ minWidth: "200px", minHeight: "150px", width: "300px;", height: "150px;", top: "150px", left: "300px"})
                   .jqm({
                       trigger: jsf("openDialogDelete"),
                       closeClass: "closeDialog",
  
  
  



More information about the jboss-cvs-commits mailing list