From a662ab516cc7b39a951ca440532d335a4a7c6444 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 12 Dec 2018 15:01:29 -0500 Subject: [PATCH] Update for printing Still have extra page but at least the links don't get urls after them. --- views/front/itinerary/list.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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'); -- 2.17.1