From 2be3c42c9ad348b7d5c8ca6be56e16cf1237d8df Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 18 Oct 2018 16:16:55 -0400 Subject: [PATCH] Update the admin edit forms for events for escaping quotes. Update input value attributes so they can escape the double quotes. --- index.php | 6 +++--- views/admin/events/editFiles.html | 6 +++--- views/admin/events/editLocation.html | 4 ++-- views/admin/events/editSchedule.html | 2 +- views/admin/events/editStatus.html | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/index.php b/index.php index f069dd5..21a34f2 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Associate - Events Add-On * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.7.0 + * Version: 1.7.1 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabaseEventsAddOn * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.7.0 + * @version 1.7.1 */ // 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_EVENTS_PLUGIN_VERSION', '1.7.0'); +define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.7.1'); define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.1.7'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/views/admin/events/editFiles.html b/views/admin/events/editFiles.html index 536c407..be635ed 100644 --- a/views/admin/events/editFiles.html +++ b/views/admin/events/editFiles.html @@ -17,7 +17,7 @@    Description: - +
{if $event.fieldFail.file1_descr}

{$event.fieldFail.file1_descr}

{/if} @@ -38,7 +38,7 @@    Description: - +
{if $event.fieldFail.file2_descr}

{$event.fieldFail.file2_descr}

{/if} @@ -60,7 +60,7 @@    Description: - +
{if $event.fieldFail.file3_descr}

{$event.fieldFail.file3_descr}

{/if} diff --git a/views/admin/events/editLocation.html b/views/admin/events/editLocation.html index 7d9822b..954c5ce 100755 --- a/views/admin/events/editLocation.html +++ b/views/admin/events/editLocation.html @@ -91,7 +91,7 @@ Location Name: - + @@ -235,7 +235,7 @@ Location Name: - + diff --git a/views/admin/events/editSchedule.html b/views/admin/events/editSchedule.html index 2bcda6a..612375d 100644 --- a/views/admin/events/editSchedule.html +++ b/views/admin/events/editSchedule.html @@ -25,7 +25,7 @@ Schedule Name: - +

Time Of Day For Event

diff --git a/views/admin/events/editStatus.html b/views/admin/events/editStatus.html index 600783a..3d1ce8a 100644 --- a/views/admin/events/editStatus.html +++ b/views/admin/events/editStatus.html @@ -214,7 +214,7 @@ Intro Text: - +
{if $event.fieldFail.intro}

{$event.fieldFail.intro}

{/if} @@ -302,7 +302,7 @@ Contact Name: - + @@ -349,7 +349,7 @@ Admin Contact Name: - + {if $event.fieldFail.admin_name}

{$event.fieldFail.admin_name}

{/if}
-- 2.17.1