HomeHelpTrac

Changeset 10758


Ignore:
Timestamp:
06/08/09 04:52:38 (3 years ago)
Author:
Alexander Trofimov
Message:

Groups Orca pagination fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/6.1/groups/orca/layout/uni/xsl/forum_topics.xsl

    r10242 r10758  
    109109       
    110110    <xsl:if test="@c = 0"> 
    111         <a href="{$rw_forum}{../../forum/uri}{$rw_forum_page}{@start}{$rw_forum_ext}" onclick="return document.f.selectForum ('{../../forum/uri}', '@start')"><xsl:value-of select="." /></a> 
     111        <a href="{$rw_forum}{../../forum/uri}{$rw_forum_page}{@start}{$rw_forum_ext}" onclick="return document.f.selectForum ('{../../forum/uri}', '{@start}')"><xsl:value-of select="." /></a> 
    112112    </xsl:if> 
    113113    <xsl:if test="@c = 1"> 
Note: See TracChangeset for help on using the changeset viewer.