diff --git a/transforms/adl2views.xslt b/transforms/adl2views.xslt
index d2e831f..6c1c9b8 100755
--- a/transforms/adl2views.xslt
+++ b/transforms/adl2views.xslt
@@ -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 $
-->
@@ -1065,7 +1065,7 @@
ought to be replaced with a single template, but that template proves to be extremely hard to get
right -->
-
+
@@ -1217,7 +1217,7 @@
ought to be replaced with a single template, but that template proves to be extremely hard to get
right -->
-
+
@@ -1738,19 +1738,20 @@
- ${ScriptsHelper.InstallScript( "ShuffleWidget")}
+ ${ScriptsHelper.InstallScript( "ShuffleWidget")}
- ${Ajax.InstallScripts()}
- ${FormHelper.InstallScripts()}
- ${Validation.InstallScripts()}
- ${Scriptaculous.InstallScripts()}
- ${DateTimeHelper.InstallScripts()}
+ ${Ajax.InstallScripts()}
+ ${FormHelper.InstallScripts()}
+ ${Validation.InstallScripts()}
+ ${Scriptaculous.InstallScripts()}
+ ${DateTimeHelper.InstallScripts()}
- ${ScriptsHelper.InstallScript( "Sitewide")}
- ${ScriptsHelper.InstallScript( "Behaviour")}
- ${ScriptsHelper.InstallScript( "Epoch")}
- ${ScriptsHelper.InstallScript( "Panes")}
-
+ ${ScriptsHelper.InstallScript( "Sitewide")}
+ ${ScriptsHelper.InstallScript( "Behaviour")}
+ ${ScriptsHelper.InstallScript( "Epoch")}
+ ${ScriptsHelper.InstallScript( "Panes")}
+ ${ScriptsHelper.InstallScript( "SortTable")}
+
@@ -1759,7 +1760,7 @@
Auto generated Velocity macro for ,
generated from ADL.
- Generated using adl2views.xslt
+ Generated using adl2views.xslt
Generation parameters were:
area-name:
default-url:
|