From 3ffc5cc02db44138da197dfd102467a33f790532 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Sun, 23 Apr 2006 08:11:13 +0000 Subject: [PATCH] loads o' fixes --- .../wgtemplate_default_ems_checkout.tmpl | 4 ++ .../wgtemplate_default_ems_search.tmpl | 27 +++++++++--- .../wgtemplate_default_ems_view.tmpl | 21 +++------ .../wgtemplate_default_ems_view_event.tmpl | 8 +--- .../wgtemplate_default_ems_view_purchase.tmpl | 44 +++++++++---------- 5 files changed, 55 insertions(+), 49 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 89ad58df9..a751a22d3 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 @@ -57,6 +57,8 @@ function swapBadgeInfo(badgeId) { var field = document.getElementById(i+'_formId'); if (field && badges[badgeId][i]) { field.value=badges[badgeId][i]; + } else { + if (field) field.value=''; } } } @@ -98,6 +100,7 @@ if (selector1) { ~~~ + \ No newline at end of file diff --git a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_search.tmpl b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_search.tmpl index ee0ace3ab..bb736aaad 100644 --- a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_search.tmpl +++ b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_search.tmpl @@ -74,20 +74,31 @@ } return output; } - + function advSearch() { + var mee = document.getElementById('basicSearch') + if (mee) mee.style.display='none'; + var pee = document.getElementById('advSearchDiv'); + if (pee) pee.style.display='block'; + } + function basicSearch() { + var vee = document.getElementById('basicSearch'); + if (vee) vee.style.display='block'; + var dee = document.getElementById('advSearchDiv'); + if (dee) dee.style.display='none'; + } -
style="display:none"> + -
style="display:none"> +
- + @@ -96,7 +107,7 @@
- +
Add another Filter FieldAdd another Filter Field
@@ -109,6 +120,7 @@ changeToType(word,filterCount); } } + advSearch();basicSearch();
@@ -152,6 +164,7 @@ + ~~~ + + \ No newline at end of file diff --git a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view.tmpl b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view.tmpl index cdf47521c..80184d78c 100644 --- a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view.tmpl +++ b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view.tmpl @@ -18,17 +18,10 @@ - - - - - - - - - - - + + + +
@@ -43,9 +36,9 @@ tr.evenRow td { background-color:#E8E8E8; border-right:solid gray 1px; } -.manageEvents { - margin-top:5px; - margin-bottom:5px; +.manageEvents { + margin-top:5px; + margin-bottom:5px; } .datacardtitle { background: #3D5690; diff --git a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view_event.tmpl b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view_event.tmpl index 403035f51..9befe1dc8 100644 --- a/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view_event.tmpl +++ b/docs/upgrades/templates-6.99.0/wgtemplate_default_ems_view_event.tmpl @@ -26,13 +26,7 @@ - +
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 ed8e54f06..2a744752e 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,24 +9,24 @@

- + - +
Badge Name - Itinerary  (Return Entire Itinerary) + Itinerary  (Return Entire Itinerary)


- Add Events To Badge + Add Events To Badge
@@ -42,7 +42,7 @@ - + @@ -58,25 +58,25 @@ } .viewPurchase td { font-size:10pt; -} -tr.oddRow td { - background-color:#DADADA; - border-right:solid gray 1px; -} -tr.evenRow td { - background-color:#E8E8E8; - border-right:solid gray 1px; -} -td.badgeTitle, td.itinerary { - font-size:9pt; +} +tr.oddRow td { + background-color:#DADADA; + border-right:solid gray 1px; +} +tr.evenRow td { + background-color:#E8E8E8; + border-right:solid gray 1px; +} +td.badgeTitle, td.itinerary { + font-size:9pt; font-weight:bold; - border-bottom:solid gray 1px; -} -td.badgeName { - font-size:9pt; - font-style:italic; + border-bottom:solid gray 1px; +} +td.badgeName { + font-size:9pt; + font-style:italic; } h2 { margin-bottom:3px; -} +} \ No newline at end of file
- Return This RegistrationRETURNEDReturn This Registration