X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-coords.html;h=5ac5ed4e45ed695101f2145272554ced32167b95;hb=7c7d54475dcdb041af4b42b13d3d4084627a8e9f;hp=5539f565e161680c80feb34ccb194bccce4a0fc8;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;p=freeside.git diff --git a/httemplate/elements/tr-coords.html b/httemplate/elements/tr-coords.html index 5539f565e..5ac5ed4e4 100644 --- a/httemplate/elements/tr-coords.html +++ b/httemplate/elements/tr-coords.html @@ -1,14 +1,14 @@ <% mt('Latitude') |h %> - + <% $latitude %>  <% mt('Longitude') |h %> <% $longitude %> - <& /elements/coord-links.html, $latitude, $longitude, $name &> + <& /elements/coord-links.html, @_ &> <%init> -my ($latitude, $longitude, $name) = @_; +my ($latitude, $longitude, $name, $agentnum) = @_;