From fdd00d4549faaa9de8952402f77fa86d0b8b22ee Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 12 Mar 2012 20:24:22 -0700 Subject: "day-of-month of customer signup" condition, #16827 --- httemplate/browse/part_event.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/browse/part_event.html') diff --git a/httemplate/browse/part_event.html b/httemplate/browse/part_event.html index 6be28602d..03996435e 100644 --- a/httemplate/browse/part_event.html +++ b/httemplate/browse/part_event.html @@ -45,7 +45,8 @@ my $link = [ $p.'edit/part_event.html?', 'eventpart' ]; my $event_sub = sub { my $part_event = shift; my $onclick = include('/elements/popup_link_onclick.html', - action => $p.'view/part_event-targets.html?'.$part_event->eventpart, + action => $p.'view/part_event-targets.html?eventpart='. + $part_event->eventpart, actionlabel => 'Event query - '.$part_event->event, width => 650, height => 420, -- cgit v1.2.1