Hide the calendar agenda selector for now.
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 1 Sep 2016 13:49:28 +0000 (09:49 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 1 Sep 2016 13:49:28 +0000 (09:49 -0400)
Waiting until more testing and review by Charis and Jodie before putting
this part of the events into production.
Prep for release of plugin.

views/front/events/searchForm.html

index e37b534..50971fe 100644 (file)
@@ -10,7 +10,7 @@
                     <input class="glm-search-icon right" type="image" alt="Search" src="{$assetsUrl}search-icon-24x24.png">
                     <input id="glm-event-name" name="event_name" placeholder="Event Name" value="{$eventName}">
                 </div>
+
                 <div class="small-12 small-text-center medium-7 medium-text-right columns">
                     <a id="glm-event-add-event" href="{$siteBaseUrl}add-event/" class="tiny button success">Add an Event</a>
                 </div>
@@ -69,7 +69,7 @@
             </div>
         </form>
     </div>
-<div class="small-7 medium-4 large-2 columns view-select" style="margin-right: 15px;">
+<div class="small-7 medium-4 large-2 columns view-select" style="margin-right: 15px;display: none;">
     <select id="glm-event-view-select">
         <option value="agenda"> Agenda </option>
         <option value="calendar"> Calendar </option>
@@ -77,6 +77,6 @@
 </div>
 <script type="text/javascript">
     jQuery(document).ready(function($){
-        
+
     });
-</script>
\ No newline at end of file
+</script>