[jboss-cvs] jboss-seam/examples/wiki/view/themes/default ...

Christian Bauer christian at hibernate.org
Thu Jan 10 19:09:17 EST 2008


  User: cbauer  
  Date: 08/01/10 19:09:17

  Modified:    examples/wiki/view/themes/default  template.xhtml
  Log:
  Improved macro handling in documents and URL rendering
  
  Revision  Changes    Path
  1.43      +2 -2      jboss-seam/examples/wiki/view/themes/default/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/template.xhtml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -b -r1.42 -r1.43
  --- template.xhtml	2 Jan 2008 05:36:17 -0000	1.42
  +++ template.xhtml	11 Jan 2008 00:09:17 -0000	1.43
  @@ -26,8 +26,8 @@
       <script type="text/javascript" src="#{themePath}/js/jqHistoryRemote.js"></script>
       <script type="text/javascript" src="#{themePath}/js/jqProgressBar.js"></script>
       <script type="text/javascript" src="#{themePath}/js/jqDimensions.js"></script>
  -    <script type="text/javascript" src="#{preferences.get('Wiki').baseUrl}/seam/resource/remoting/resource/remote.js"></script>
  -    <script type="text/javascript" src="#{preferences.get('Wiki').baseUrl}/seam/resource/remoting/interface.js?httpSessionChecker"></script>
  +    <script type="text/javascript" src="#{basePath}/seam/resource/remoting/resource/remote.js"></script>
  +    <script type="text/javascript" src="#{basePath}/seam/resource/remoting/interface.js?httpSessionChecker"></script>
   
       <script type="text/javascript">
   
  
  
  



More information about the jboss-cvs-commits mailing list