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