From 36a1b983b4b3550ac0f76738b27082eafa533b87 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 29 Dec 2017 16:47:24 -0500 Subject: [PATCH] Working on the export function Adding the dialog for export attendees. --- .../admin/registrations/eventRegistrants.html | 74 +++++++++++++++++-- views/admin/registrations/eventSubTabs.html | 8 +- 2 files changed, 73 insertions(+), 9 deletions(-) diff --git a/views/admin/registrations/eventRegistrants.html b/views/admin/registrations/eventRegistrants.html index 7d4a996..cb188f2 100644 --- a/views/admin/registrations/eventRegistrants.html +++ b/views/admin/registrations/eventRegistrants.html @@ -4,8 +4,9 @@ {if $errorMsg}

{$errorMsg}

{/if} -

Registrant List

+

{$terms.reg_term_attendee_plur_cap} List

+
Export {$terms.reg_term_attendee_plur}
{* Search form for registrants *}
@@ -35,8 +36,8 @@

Total found: {$registrantCount}  

{if $paging} - - + + {/if} @@ -76,11 +77,74 @@ {if $paging} - - + + {/if} + +
+
+ + +
+ + + + + + + + + +
Show Only Completed:
Name Search:
Fields to export: + + + + + + + +
Check All / Uncheck All
+ {$terms.reg_term_attendee_cap} ID
+ {$terms.reg_term_attendee_cap} Name
+ Address Line #1
+ Address Line #2
+ City
+ State
+ ZIP/Postal Code
+ Phone
+ County
+
+
+ + + + + {include file='admin/footer.html'} diff --git a/views/admin/registrations/eventSubTabs.html b/views/admin/registrations/eventSubTabs.html index cdc1357..d8be53b 100644 --- a/views/admin/registrations/eventSubTabs.html +++ b/views/admin/registrations/eventSubTabs.html @@ -9,11 +9,11 @@ {if $haveMessages} @@ -22,7 +22,7 @@ {/if} -- 2.17.1