Changeset 26568 for documentation


Ignore:
Timestamp:
2012-12-10T18:42:19+13:00 (11 years ago)
Author:
ak19
Message:

Browse format needs to specify select attribute set to collection when icon files are to be found local to a collection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/tutorial_sample_files/beatles/advbeat_large/etc/collectionConfig.xml

    r26132 r26568  
    181181        <gsf:when test="equals" test-value="Lyrics">
    182182          <gsf:link type="document">
    183             <gsf:icon file="lyrics.gif"/>
     183            <gsf:icon file="lyrics.gif" select="collection"/>
    184184          </gsf:link>
    185185        </gsf:when>
    186186        <gsf:when test="equals" test-value="Discography">
    187187          <gsf:link type="document">
    188             <gsf:icon file="disc.gif"/>
     188            <gsf:icon file="disc.gif" select="collection"/>
    189189          </gsf:link>
    190190        </gsf:when>
    191191        <gsf:when test="equals" test-value="Tablature">
    192192          <gsf:link type="document">
    193             <gsf:icon file="tab.gif"/>
     193            <gsf:icon file="tab.gif" select="collection"/>
    194194          </gsf:link>
    195195        </gsf:when>
    196196        <gsf:when test="equals" test-value="MARC">
    197197          <gsf:link type="document">
    198             <gsf:icon file="marc.gif"/>
     198            <gsf:icon file="marc.gif" select="collection"/>
    199199          </gsf:link>
    200200        </gsf:when>
Note: See TracChangeset for help on using the changeset viewer.