From caa9eade8aa27ced615b3954cc742df14e0c0544 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Sun, 16 Apr 2006 19:54:29 +0000 Subject: [PATCH] rudimentary transaction list. --- .../wgtemplate_default_ems_checkout.tmpl | 7 ++++++- .../wgtemplate_default_ems_view_purchase.tmpl | 15 +++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_checkout.tmpl b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_checkout.tmpl index 1dbae6fe7..092b3b48a 100644 --- a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_checkout.tmpl +++ b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_checkout.tmpl @@ -62,7 +62,12 @@ function swapBadgeInfo(badgeId) { } } } - + +var selector1 = document.getElementById('badgeId_formId'); +if (selector1) { + swapBadgeInfo(selector1.value); +} + \ No newline at end of file diff --git a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view_purchase.tmpl b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view_purchase.tmpl index 767bcd324..f3e054c21 100644 --- a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view_purchase.tmpl +++ b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view_purchase.tmpl @@ -9,13 +9,16 @@

- + - - + + -
- -
-
+ + + +
a -
\ No newline at end of file + +
\ No newline at end of file