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