bug 2831 : All tables are now sortable on any field, simply by clicking on the header. This involves changes to ADL and to CygnetToolkit

status 2831 : resolved FIXED
This commit is contained in:
sb 2009-05-01 10:02:08 +00:00
parent ca2ea6f98a
commit 4648a1f9a9

View file

@ -15,8 +15,8 @@
Transform ADL into velocity view templates
$Author: sb $
$Revision: 1.43 $
$Date: 2009-05-01 08:58:44 $
$Revision: 1.44 $
$Date: 2009-05-01 10:02:08 $
-->
<!-- WARNING WARNING WARNING: Do NOT reformat this file!
Whitespace (or lack of it) is significant! -->
@ -1065,7 +1065,7 @@
ought to be replaced with a single template, but that template proves to be extremely hard to get
right -->
<xsl:param name="can-search"/>
<table>
<table class="sortable">
<tr>
<xsl:for-each select="$fields">
<xsl:variable name="field" select="."/>
@ -1217,7 +1217,7 @@
ought to be replaced with a single template, but that template proves to be extremely hard to get
right -->
<xsl:param name="can-search"/>
<table>
<table class="sortable">
<tr>
<xsl:for-each select="$properties">
<th>
@ -1750,6 +1750,7 @@
${ScriptsHelper.InstallScript( "Behaviour")}
${ScriptsHelper.InstallScript( "Epoch")}
${ScriptsHelper.InstallScript( "Panes")}
${ScriptsHelper.InstallScript( "SortTable")}
</xsl:template>
<!-- standard header material - auto-timeout, etc -->
@ -1759,7 +1760,7 @@
Auto generated Velocity macro for <xsl:value-of select="@name"/>,
generated from ADL.
Generated using adl2views.xslt <xsl:value-of select="substring( '$Revision: 1.43 $', 10)"/>
Generated using adl2views.xslt <xsl:value-of select="substring( '$Revision: 1.44 $', 10)"/>
Generation parameters were:
area-name: <xsl:value-of select="$area-name"/>
default-url: <xsl:value-of select="$default-url"/>