From: Chuck Scott
Date: Wed, 6 Apr 2016 14:00:20 +0000 (-0400)
Subject: Updates to event schedule entry/edit forms. Not all form changes functional yet.
X-Git-Tag: v1.0.0^2~118
X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d4ea65fda04b0419ef7c12cdeda77d60e0f8868e;p=WP-Plugins%2Fglm-member-db-events.git
Updates to event schedule entry/edit forms. Not all form changes functional yet.
---
diff --git a/classes/data/dataLocations.php b/classes/data/dataLocations.php
index 1b4d90d..d6aac2d 100644
--- a/classes/data/dataLocations.php
+++ b/classes/data/dataLocations.php
@@ -238,7 +238,7 @@ class GlmDataEventsLocations extends GlmDataAbstract
'field' => 'zip',
'type' => 'text',
'use' => 'a'
- ),
+ )
// Contact Reference Placeholder if no Contacts Add-On (see below)
/* not currently in use
@@ -252,7 +252,7 @@ class GlmDataEventsLocations extends GlmDataAbstract
/*
* Using first and last name for compatibility with contacts add-on data
*/
-
+/*
// Contact First Name
'contact_fname' => array (
'field' => 'contact_fname',
@@ -280,7 +280,7 @@ class GlmDataEventsLocations extends GlmDataAbstract
'type' => 'text',
'use' => 'a'
)
-
+*/
);
}
diff --git a/views/admin/events/edit.html b/views/admin/events/edit.html
index 688c369..291c964 100644
--- a/views/admin/events/edit.html
+++ b/views/admin/events/edit.html
@@ -40,8 +40,9 @@
Status & Description
Location
Event Schedule
- Calendar
+ Summary Calendar
Administrative Contact
+ Attach Files
{if $eventUpdated}Event Updated{/if}
{if $eventUpdateError}Event Update Error{/if}
{if $eventAdded}Event Added{/if}
@@ -70,6 +71,10 @@
+
+
+ {include file='admin/events/editFiles.html'}
+
{include file='admin/events/editAdminContact.html'}
@@ -109,12 +114,6 @@
-
- {foreach $times as $t}
-
- {/foreach}
-
-