From cc0cf9300560d7a31287d89d1008bdbe6ddc7fb6 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 4 Nov 2016 15:49:42 -0400 Subject: [PATCH] Setting up jquery for venue select if the use_member_location checked If they pick the use_member_loction then set the venue and lock it to that member. unlocking it when the uncheck the field. --- views/front/events/frontAdd.html | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/views/front/events/frontAdd.html b/views/front/events/frontAdd.html index 1971598..ce95049 100644 --- a/views/front/events/frontAdd.html +++ b/views/front/events/frontAdd.html @@ -5,7 +5,7 @@
{if $memberOnly && $memberContact} - + {/if} @@ -16,7 +16,7 @@ @@ -286,7 +286,7 @@ - {foreach $venues as $m} @@ -418,3 +418,20 @@
Member - {foreach $members as $m} @@ -271,7 +271,7 @@
+{if $settings.use_venue_locations} + +{/if} -- 2.17.1