Something changed on the action name feature/steve
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Apr 2016 18:03:01 +0000 (14:03 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Apr 2016 18:03:01 +0000 (14:03 -0400)
correcting

models/front/events/list.php
setup/validActions.php
views/front/events/agenda.html

index 2004315..1051c4d 100644 (file)
@@ -211,7 +211,6 @@ class GlmMembersFront_events_list extends GlmMembersFront_events_baseAction
                 );
 
                 $totalEvents = count($events);
-                var_dump($totalEvents);
                 $index = 0;
 
                 foreach ( $events as $eventId => $event ) {
index 751b17d..9c4c97b 100644 (file)
@@ -33,7 +33,7 @@
 $glmMembersEventsAddOnValidActions = array(
     'adminActions' => array(
         'ajax' => array(
-            'pdfOutputs' => GLM_MEMBERS_EVENTS_PLUGIN_SLUG,
+            'pdfOutput' => GLM_MEMBERS_EVENTS_PLUGIN_SLUG,
             'nameSearch' => GLM_MEMBERS_EVENTS_PLUGIN_SLUG
         ),
         'member' => array(
index 353ec5a..30a928b 100644 (file)
@@ -38,7 +38,7 @@
                     </div>
                     <div class="small-3 column">
                         <input type="submit" class="button tiny radius" value="Search">
-                        <input type="submit" class="button tiny radius" id="glm-event-pdf-submit" value="Print PDF">
+                        <input type="submit" class="button tiny radius" id="glm-event-pdf-submit" value="Print">
                     </div>
                 </div>
             </form>