Ignore:
Timestamp:
08/31/2019 12:47:22 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
974fe35
Parents:
0a0b609
Message:

Process layout replaceable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/process-replaceable.xsl

    r0a0b609 r30732c6a  
    5555
    5656<!--===================================================================-->
     57<!-- keyboard layout for the gdm page (as of BLFS 9.0) -->
     58  <xsl:param name="xkblayout" select="'us'"/>
     59
     60<!--===================================================================-->
    5761<!-- the main template: to be adjusted depending on the book -->
    5862  <xsl:template match="replaceable">
     
    8589      <xsl:when test="contains(string(),'@modifier')">
    8690        <xsl:copy-of select="$lang-modifier"/>
     91      </xsl:when>
     92<!-- keyboard layout for X/waylang (only GDM as of BLFS-9.0) -->
     93      <xsl:when test="contains(string(),'layout')">
     94        <xsl:copy-of select="$xkblayout"/>
    8795      </xsl:when>
    8896<!-- At several places, the number of jobs is given as "N" in a replaceable
Note: See TracChangeset for help on using the changeset viewer.