<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}
{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}
<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>