[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Christian Bauer christian.bauer at jboss.com
Tue Feb 20 05:17:05 EST 2007


  User: cbauer  
  Date: 07/02/20 05:17:05

  Modified:    doc/reference/en/modules  security.xml
  Log:
  Minor, fixed PDF rendering
  
  Revision  Changes    Path
  1.42      +4 -2      jboss-seam/doc/reference/en/modules/security.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -b -r1.41 -r1.42
  --- security.xml	15 Feb 2007 02:48:06 -0000	1.41
  +++ security.xml	20 Feb 2007 10:17:05 -0000	1.42
  @@ -614,8 +614,10 @@
       </h:column>   
       <h:column>
           <f:facet name="header">Action</f:facet>
  -        <s:link value="Modify Client" action="#{clientAction.modify}" rendered="#{s:hasPermission('client','modify',cl)"/>
  -        <s:link value="Delete Client" action="#{clientAction.delete}" rendered="#{s:hasPermission('client','delete',cl)"/>
  +        <s:link value="Modify Client" action="#{clientAction.modify}"
  +                rendered="#{s:hasPermission('client','modify',cl)"/>
  +        <s:link value="Delete Client" action="#{clientAction.delete}"
  +                rendered="#{s:hasPermission('client','delete',cl)"/>
       </h:column>
   </h:dataTable>]]></programlisting>
   
  
  
  



More information about the jboss-cvs-commits mailing list