summaryrefslogtreecommitdiff
path: root/httemplate/search/svc_broadband.cgi
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-03-12 18:59:05 -0800
committerMark Wells <mark@freeside.biz>2016-03-12 18:59:05 -0800
commit5befe347dfac36159ab2f68a1487111eb97996dc (patch)
treee6cd623f067b0e93387d96690413f19692a3d5bc /httemplate/search/svc_broadband.cgi
parent096e5445242151d94c60453d2b55ed2dd57d5a58 (diff)
show map of svc_broadband and tower locations, #37802
Diffstat (limited to 'httemplate/search/svc_broadband.cgi')
-rwxr-xr-xhttemplate/search/svc_broadband.cgi4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/search/svc_broadband.cgi b/httemplate/search/svc_broadband.cgi
index 856197725..6bf4f0850 100755
--- a/httemplate/search/svc_broadband.cgi
+++ b/httemplate/search/svc_broadband.cgi
@@ -105,5 +105,9 @@ my $html_init = include('/elements/email-link.html',
'search_hash' => \%search_hash,
'table' => 'svc_broadband'
);
+$html_init .= ' | ' .
+ '<a href="' .
+ $fsurl . 'search/svc_broadband-map.html?' . $cgi->query_string .
+ '">' . emt('View a map of these services') . '</a>';
</%init>