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

Christian Bauer christian at hibernate.org
Wed Apr 18 11:34:29 EDT 2007


  User: cbauer  
  Date: 07/04/18 11:34:29

  Modified:    examples/wiki/view/includes  userControl.xhtml
  Log:
  Disabled broken stuff (RichFaces trees, arithmetic EL) and finished comments plugin
  
  Revision  Changes    Path
  1.6       +7 -1      jboss-seam/examples/wiki/view/includes/userControl.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userControl.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/userControl.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- userControl.xhtml	8 Apr 2007 15:10:34 -0000	1.5
  +++ userControl.xhtml	18 Apr 2007 15:34:29 -0000	1.6
  @@ -33,8 +33,14 @@
   
       <s:div rendered="#{identity.loggedIn}">
   
  -        <script type="text/javascript">
  +        <s:span rendered="false">
  +            <!-- TODO: http://jira.jboss.com/jira/browse/JBSEAM-1205
               setTimeout( 'javascript:Richfaces.showModalPanel(\'timeoutNotice\', {width:280, height:120})', '#{wiki:getSessionTimeoutSeconds() * 1000}' );
  +            -->
  +        </s:span>
  +
  +        <script type="text/javascript">
  +            setTimeout( 'javascript:Richfaces.showModalPanel(\'timeoutNotice\', {width:280, height:120})', '55555555555555' );
           </script>
   
           <ui:decorate template="confirmationModalDialog.xhtml">
  
  
  



More information about the jboss-cvs-commits mailing list