Ignore:
Timestamp:
2012-10-18T11:39:53+13:00 (12 years ago)
Author:
sjm84
Message:

Fixing an error introduced by the collectionText changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-cols/niupepa/transform/pages/query.xsl

    r26246 r26337  
    4747      <xsl:variable name="querydefault"><xsl:apply-templates select="paramList/param[@name='query']" mode="calculate-default"><xsl:with-param name="ns" select="$ns"/></xsl:apply-templates></xsl:variable>
    4848      <xsl:variable name="queryparam"><xsl:apply-templates select="paramList/param[@name='query']"><xsl:with-param name="default" select="$querydefault"/><xsl:with-param name="ns" select="$ns"/></xsl:apply-templates></xsl:variable>
    49       <xsl:value-of select="util:getCollectionTextWithDOM('niupepa', $site_name, /page/@lang, 'simple.query', $subcolparam, $matchparam, $queryparam)" disable-output-escaping="yes"/><input type="submit"><xsl:attribute name="value"><xsl:value-of select="displayItem[@name='submit']"/></xsl:attribute></input>
     49     
     50      <xsl:copy-of select="util:getCollectionTextWithDOM('niupepa', $site_name, /page/@lang, 'simple.query', $subcolparam, $matchparam, $queryparam)" disable-output-escaping="yes"/><input type="submit"><xsl:attribute name="value"><xsl:value-of select="displayItem[@name='submit']"/></xsl:attribute></input>
    5051    </div>
    5152      </form>
Note: See TracChangeset for help on using the changeset viewer.