Changeset 37eabe3 for stylesheets


Ignore:
Timestamp:
10/18/2004 07:20:58 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
0f1998e
Parents:
3e0c81bb
Message:

Another internationalization change in the stylesheets.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4298 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/xhtml/lfs-admon.xsl

    r3e0c81bb r37eabe3  
    2222      </xsl:choose>
    2323    </xsl:variable>
     24    <xsl:variable name="alt">
     25      <xsl:call-template name="gentext">
     26        <xsl:with-param name="key" select="$admon.type"/>
     27      </xsl:call-template>
     28    </xsl:variable>
    2429    <div class="{name(.)}">
    2530      <div class ="admonhead">
    26         <img alt="[{$admon.type}]">
     31        <img alt="[{$alt}]">
    2732          <xsl:attribute name="src">
    2833            <xsl:call-template name="admon.graphic"/>
Note: See TracChangeset for help on using the changeset viewer.