From: Steve Sutton Date: Wed, 12 Dec 2018 20:01:29 +0000 (-0500) Subject: Update for printing X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a662ab516cc7b39a951ca440532d335a4a7c6444;p=WP-Plugins%2Fglm-member-db-itinerary.git Update for printing Still have extra page but at least the links don't get urls after them. --- diff --git a/views/front/itinerary/list.html b/views/front/itinerary/list.html index b743ef3..f03d992 100644 --- a/views/front/itinerary/list.html +++ b/views/front/itinerary/list.html @@ -85,7 +85,7 @@ {/foreach} -
+
{foreach $members as $data}
@@ -165,6 +165,7 @@ } return false; }); + {literal} $(".list-print").click(function(){ var areaToPrint = $(this).attr('data-areaToPrint'); var position = $(this).offset(); @@ -174,13 +175,14 @@ popWd: 800, // popup window width popX: 500, // popup window screen X position popY: 500, // popup window screen Y position - popTitle: 'Invoice', // popup window title element + popTitle: 'Trip Planner List', // popup window title element popClose: true, // popup window close after printing extraCss: '', // Comma separated list of extra css to include - extraHead: '', // Comma separated list of extra elements to be appended to head tag + extraHead: '', // Comma separated list of extra elements to be appended to head tag strict: false // strict or looseTransitional html 4.01 document standard or undefined to not include at all only for popup option }); }); + {/literal} $('#toggle-map-view').on('click', function(){ $('#glm-locationMap-container').toggleClass('glm-hidden');