You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/01/06 10:40:22 UTC

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

gregor      2004/01/06 01:40:22

  Modified:    src/webapp/lenya/xslt/authoring asset.xsl
  Log:
  improve wording to fix #602
  
  Revision  Changes    Path
  1.24      +3 -1      cocoon-lenya/src/webapp/lenya/xslt/authoring/asset.xsl
  
  Index: asset.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/authoring/asset.xsl,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- asset.xsl	30 Dec 2003 16:48:21 -0000	1.23
  +++ asset.xsl	6 Jan 2004 09:40:22 -0000	1.24
  @@ -205,7 +205,9 @@
   	      <input type="hidden" name="properties.insert.asset.language" value="{/usecase:asset/usecase:language}"/>
   	      <table class="lenya-table-noborder">
   		<tr>
  -		  <td class="lenya-form-caption">Asset:</td>
  +		  <td class="lenya-form-caption">
  +		  <xsl:choose><xsl:when test="$insertimage = 'true'">Image:</xsl:when>
  +	    <xsl:otherwise>Asset:</xsl:otherwise></xsl:choose></td>
   		  <td class="lenya-form-caption">
   		    <select name="properties.asset.data" class="lenya-form-element">
   		      <xsl:apply-templates select="usecase:assets/usecase:asset"/>
  
  
  

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