Changeset 20193


Ignore:
Timestamp:
2009-08-10T15:04:31+12:00 (15 years ago)
Author:
kjdon
Message:

instead of calling bookshelfimg template, which isn't defined in this skin, just output an image

File:
1 edited

Legend:

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

    r20185 r20193  
    5454    <xsl:choose>
    5555      <xsl:when test="@type='classifier'">
    56     <xslt:call-template name="bookshelfimg"/>
     56    <img  border="0" width="20" height="16"
     57      src="interfaces/default/images/bshelf.gif" />
     58    <!--xslt:call-template name="bookshelfimg"/>-->
    5759      </xsl:when>
    5860      <xsl:otherwise>
Note: See TracChangeset for help on using the changeset viewer.