Updates from event plugin
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 24 Sep 2018 16:46:02 +0000 (12:46 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 24 Sep 2018 16:46:02 +0000 (12:46 -0400)
For getting correct categories into pdf.

glm-member-db-events/views/front/events/searchForm.html
style.css

index 9d79f0e..7a11a0b 100644 (file)
@@ -64,7 +64,7 @@
             <div class="small-12 large-10 columns"> </div>
                 <div class="small-6 right column">
                     {if !$eventId}
-                    <input class="right" type="image" title="Print PDF" id="glm-event-pdf-submit" src="{$assetsUrl}print-icon-24x24.png">
+                    <input data-cats="{$pdfCatList}" class="right" type="image" title="Print PDF" id="glm-event-pdf-submit" src="{$assetsUrl}print-icon-24x24.png">
                     {else}
                     {/if}
           
@@ -78,7 +78,7 @@
 {else}
     <div class="small-4 small-offset-8 medium-2 medium-offset-10 column">
         {if !$eventId}
-        <input class="right" type="image" title="Print PDF" id="glm-event-pdf-submit" src="{$assetsUrl}print-icon-24x24.png">
+        <input data-cats="{$pdfCatList}" class="right" type="image" title="Print PDF" id="glm-event-pdf-submit" src="{$assetsUrl}print-icon-24x24.png">
         {else}
         {/if}
 
@@ -92,4 +92,4 @@
         <option id="agenda-view-option" value="agenda"> Agenda View </option>
         <option id="calendar-view-option" value="calendar"> Calendar View </option>
     </select>
-</div>
\ No newline at end of file
+</div>
index e58c830..da707be 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: GreatLakesCenterfortheArts
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for GreatLakesCenterfortheArts
-Version: 1.0.40
+Version: 1.0.41
 */