Changeset 4ce40b28 for stylesheets/xhtml


Ignore:
Timestamp:
10/18/2004 07:21:46 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
42a76d9
Parents:
1d796ff
Message:

Another internationalization change in the stylesheets.

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

File:
1 edited

Legend:

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

    r1d796ff r4ce40b28  
    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.