Changeset 38989


Ignore:
Timestamp:
2024-05-03T18:08:40+12:00 (2 weeks ago)
Author:
anupama
Message:

Before phasing out applet shims for collage (and phind), imageMustNotHave parameter was user-configurable, so I want to correct that with this commit, in case we ever return to using the applet shims

File:
1 edited

Legend:

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

    r38983 r38989  
    228228      <!-- applet parameters that are fixed for GS3 or we probably don't want to modify -->
    229229      <param name="gsdlversion" value="3" />
    230       <param name="imageMustNotHave" value="interfaces/" />
    231230     
    232231      <!-- Applet parameters that try to get their values from any user customisations
     
    235234       can be manually adjusted here. -->
    236235      <!--<param name="imageType" value="{option[@name='imageType']/@value}" />-->
     236      <xsl:call-template name="add-applet-param">
     237    <xsl:with-param name="paramName">imageMustNotHave</xsl:with-param>
     238    <xsl:with-param name="paramDefaultValue">interfaces/</xsl:with-param>
     239      </xsl:call-template>
    237240      <xsl:call-template name="add-applet-param">
    238241    <xsl:with-param name="paramName">imageType</xsl:with-param>
Note: See TracChangeset for help on using the changeset viewer.