Changeset 1821

Show
Ignore:
Timestamp:
04/13/08 23:18:15
Author:
johnsa
Message:

admin client: sort categories

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r1818 r1821  
    21832183                  <td> 
    21842184                    <xsl:for-each select="form/categories/preferred/category[position() &lt;= ceiling($catCount div 2)]"> 
     2185                      <xsl:sort select="keyword" order="ascending"/> 
    21852186                      <input type="checkbox" name="categoryKey"> 
    21862187                        <xsl:attribute name="value"><xsl:value-of select="keyword"/></xsl:attribute> 
     
    21942195                  <td> 
    21952196                    <xsl:for-each select="form/categories/preferred/category[position() &gt; ceiling($catCount div 2)]"> 
     2197                      <xsl:sort select="keyword" order="ascending"/> 
    21962198                      <input type="checkbox" name="categoryKey"> 
    21972199                        <xsl:attribute name="value"><xsl:value-of select="keyword"/></xsl:attribute>