Removed incorrect link from header
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 17 Apr 2017 15:59:46 +0000 (11:59 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 17 Apr 2017 15:59:46 +0000 (11:59 -0400)
Cleaned up no dates notice appearance when adding/editing event.

views/admin/dashboard/events.html
views/admin/events/edit.html

index 4fd6a93..89ff8da 100644 (file)
@@ -3,11 +3,7 @@
         <h2>
             <a href="{$thisUrl}?page=glm-members-admin-menu-events-list">Events</a> {if $memberID}(5 most recent){else}(Pending){/if}
 
-            {if $memberID}
-            <a class="button glm-button glm-right" href="{$thisUrl}?page=glm-members-admin-menu-member&glm_action=events&option=add&member={$memberID}">Add Event</a>
-            {else}
             <a class="button glm-button glm-right" href="{$thisUrl}?page=glm-members-admin-menu-events-list&glm_action=list&option=add">Add Event</a>
-            {/if}
         </h2>
         <div class="glm-widget-content">
                 {if $events}
index 38560fe..87cc492 100644 (file)
@@ -29,7 +29,7 @@
     <h1 class="glm-error">NOTICE: Your event has not yet been submitted.<br>Please select the tabs indicating a problem, correct the indicated fields and resubmit.</h1>
   {else}
       {if !$haveTimes}
-    <h1 class="glm-error">NOTICE: Your event does not have any selected dates/times. Please check your schedule in the "Dates" tab below.</h1>
+    <h4 class="glm-error">NOTICE: Your event does not have any selected dates/times. Please check your schedule in the "Dates" tab below.</h4>
     {/if}
   {/if}