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

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

edith       2003/10/14 05:26:13

  Modified:    src/webapp/lenya/xslt/info deactivate.xsl
  Log:
  add language in the descritpion of document
  
  Revision  Changes    Path
  1.13      +3 -3      cocoon-lenya/src/webapp/lenya/xslt/info/deactivate.xsl
  
  Index: deactivate.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/info/deactivate.xsl,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- deactivate.xsl	14 Oct 2003 09:47:56 -0000	1.12
  +++ deactivate.xsl	14 Oct 2003 12:26:13 -0000	1.13
  @@ -63,7 +63,7 @@
             <table class="lenya-table-noborder">
               <tr>
                 <td class="lenya-entry-caption">Document:</td>
  -              <td><xsl:value-of select="$document-id"/></td>
  +              <td><xsl:value-of select="$document-id"/> [<xsl:value-of select="$language"/>]</td>
               </tr>
               <tr>
   	      <xsl:apply-templates select="inconsistent-documents"/>
  @@ -97,7 +97,7 @@
             <table class="lenya-table-noborder">
               <tr>
                 <td class="lenya-entry-caption">Document:</td>
  -              <td><xsl:value-of select="$document-id"/></td>
  +              <td><xsl:value-of select="$document-id"/> [<xsl:value-of select="$language"/>]</td>
               </tr>
               <tr>
                 <td valign="top" class="lenya-entry-caption">Problem:</td>
  
  
  

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