X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-coords.html;h=5ac5ed4e45ed695101f2145272554ced32167b95;hb=92b6628c08e4478e48b6f250320a3e3e93262ec2;hp=5539f565e161680c80feb34ccb194bccce4a0fc8;hpb=8cbe016ac2c28cd209c48f053f361573368e7988;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) = @_;