You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/10/03 14:36:02 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/info info.xsl

andreas     2003/10/03 05:36:02

  Modified:    src/webapp/lenya/xslt/info info.xsl
  Log:
  added label "Inherited Rights" to the inherited privileges group
  
  Revision  Changes    Path
  1.45      +5 -3      cocoon-lenya/src/webapp/lenya/xslt/info/info.xsl
  
  Index: info.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/info/info.xsl,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- info.xsl	25 Sep 2003 09:31:33 -0000	1.44
  +++ info.xsl	3 Oct 2003 12:36:01 -0000	1.45
  @@ -341,7 +341,7 @@
   
   
   <xsl:template match="lenya-info:items[@type='user' or @type='group' or @type='iprange']">
  -  <select name="accreditable_id" class="lenya-form-element">
  +  <select name="accreditable_id" style="width: 200px;">
       <xsl:apply-templates/>
     </select>
   </xsl:template>
  @@ -372,7 +372,9 @@
   		</xsl:choose>
   	</xsl:variable>
     <tr>
  -  	<td/>
  +  	<td>
  +  	  <xsl:if test="@type = 'parent' and not(preceding-sibling::lenya-info:credential[@type = 'parent'])">Inherited&#160;Rights:</xsl:if>
  +  	</td>
     	<td>
     		<span style="color: {normalize-space($color)}">
     		<xsl:value-of select="@accreditable-id"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org