Foundry: Added an additional span in the HTML for the filterControls
git-svn-id: https://svn.libreccm.org/ccm/trunk@3563 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
0c962effa9
commit
6904c2ad79
|
|
@ -260,6 +260,7 @@
|
|||
</label>
|
||||
<xsl:choose>
|
||||
<xsl:when test="./multiple = 'true'">
|
||||
<span class="category-input">
|
||||
<xsl:element name="input">
|
||||
<xsl:attribute name="type">text</xsl:attribute>
|
||||
<xsl:attribute name="size">42</xsl:attribute>
|
||||
|
|
@ -342,7 +343,7 @@
|
|||
</xsl:choose>
|
||||
</xsl:for-each>
|
||||
</select>
|
||||
|
||||
</span>
|
||||
<script type="text/javascript">
|
||||
$("#<xsl:value-of select="concat(./@label, 'AvailableCategories')"/>").change(function() {
|
||||
var catFilterId = "<xsl:value-of select="$filterId"/>";
|
||||
|
|
@ -394,7 +395,7 @@
|
|||
<xsl:template name="filterControlsSortFields">
|
||||
<!-- <xsl:if test="count(./controls/sortFields/sortField) > 1">-->
|
||||
<!-- <code>sortFields</code>-->
|
||||
<span>
|
||||
<span class="sortBy">
|
||||
<label>
|
||||
<xsl:attribute name="for">
|
||||
<xsl:value-of select="concat(../../@customName, 'SortBy')"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue