Changeset 33199 for main/trunk


Ignore:
Timestamp:
2019-06-22T11:03:02+12:00 (5 years ago)
Author:
davidb
Message:

Introduction of @download attribute to gsf:link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/config_format.xsl

    r32601 r33199  
    285285                </xsl:variable>
    286286                <a>
    287                     <xsl:if test="@target">
     287                        <xsl:if test="@target">
    288288                      <xsl:attribute name='target'>
    289289                        <xsl:value-of select='@target'/>
     290                      </xsl:attribute>   
     291                    </xsl:if>
     292                        <xsl:if test="@download">
     293                      <xsl:attribute name='download'>
     294                        <xsl:value-of select='@download'/>
    290295                      </xsl:attribute>   
    291296                    </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.