From: Chuck Scott Date: Thu, 19 Jul 2018 19:30:49 +0000 (-0400) Subject: Fixed problem with paging forgetting status filter setting. X-Git-Tag: v1.0.12^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a39d87c7d14777df3832289c0af0387f55af82d2;p=WP-Plugins%2Fglm-member-db-registrations.git Fixed problem with paging forgetting status filter setting. --- diff --git a/index.php b/index.php index 62d0974..deae6ad 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Event Registrations * Plugin URI: http://www.gaslightmedia.com/ * Description: Add-on to integrate registrations into Events add-on. - * Version: 1.0.11 + * Version: 1.0.12 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersRegistrationsAddOn * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.0.11 + * @version 1.0.12 */ // Check that we're being called by WordPress. @@ -43,7 +43,7 @@ if (!defined('ABSPATH')) { * so that we're sure the other add-ons see an up to date * version from this plugin. */ -define('GLM_MEMBERS_REGISTRATIONS_PLUGIN_VERSION', '1.0.11'); +define('GLM_MEMBERS_REGISTRATIONS_PLUGIN_VERSION', '1.0.12'); define('GLM_MEMBERS_REGISTRATIONS_PLUGIN_DB_VERSION', '1.0.1'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/views/admin/registrations/eventRegistrants.html b/views/admin/registrations/eventRegistrants.html index d0d4865..00612ba 100644 --- a/views/admin/registrations/eventRegistrants.html +++ b/views/admin/registrations/eventRegistrants.html @@ -54,136 +54,115 @@

- - -
- -

Total found: {if $haveRegistrants}{$registrantCount}{else}(none){/if}  

- {if $paging} -
- - - - - - - - - - - -
- {/if} - - {* Attendee Listing Table *} - {* Showing the results from reg_request_registrant table *} - - - - - - - - - - - - - - {if $haveRegistrants} - {assign var="i" value="0"} - {foreach $registrants as $r} - - - - - - - - - - - - - - -
NameLevelEvent Date/TimeRateStatusSubmittedNot Attending
- - {$r.fname} {$r.lname} - - {$r.class_name}{$r.event_time_reformatted}{$r.rate_name}{$r.request_status_name}{$r.date_submitted}{if $r.not_attending.value}NOT ATTENDING{/if}
- - - {if $paging} -
- - - - - - - - - - - -
- {/if} + +
- + {* Export and Print popup form *}