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

Christian Bauer christian at hibernate.org
Mon Mar 19 00:53:53 EDT 2007


  User: cbauer  
  Date: 07/03/19 00:53:53

  Modified:    examples/wiki/view    dirEdit.xhtml docEdit.xhtml
                        dirDisplay.xhtml
  Log:
  Basic in-document plugin system working
  
  Revision  Changes    Path
  1.13      +0 -0      jboss-seam/examples/wiki/view/dirEdit.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  
  
  
  1.15      +2 -2      jboss-seam/examples/wiki/view/docEdit.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: docEdit.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/docEdit.xhtml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- docEdit.xhtml	18 Mar 2007 23:29:19 -0000	1.14
  +++ docEdit.xhtml	19 Mar 2007 04:53:53 -0000	1.15
  @@ -35,8 +35,8 @@
   
   <ui:define name="controlRight">
   
  -    <s:link id="uploadFile" styleClass="linkNavigation" action="uploadFile" accesskey="U"
  -            rendered="#{s:hasPermission('Node', 'create', documentHome.parentDirectory)}"><u>U</u>pload File</s:link>
  +    <s:link id="uploadFile" styleClass="linkNavigation" action="uploadFile" accesskey="F"
  +            rendered="#{s:hasPermission('Node', 'create', documentHome.parentDirectory)}">Upload <u>F</u>ile</s:link>
   
       <s:link id="exit" styleClass="linkNavigation"
               action="#{documentHome.exitConversation(true)}"
  
  
  
  1.11      +0 -0      jboss-seam/examples/wiki/view/dirDisplay.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  
  
  



More information about the jboss-cvs-commits mailing list