summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-coords.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-05-16 16:08:15 -0700
committerIvan Kohler <ivan@freeside.biz>2015-05-16 16:08:15 -0700
commit747949f05c140e23221b3a2364928431f58fc2d3 (patch)
treee981b8161d94b13157a9197a664de1761f0c70d7 /httemplate/elements/tr-coords.html
parentac0ecc2daa4e132d6a1fb3fb759cb757d376f84e (diff)
customer view UI
Diffstat (limited to 'httemplate/elements/tr-coords.html')
-rw-r--r--httemplate/elements/tr-coords.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/httemplate/elements/tr-coords.html b/httemplate/elements/tr-coords.html
index 5ac5ed4e4..ef5e76bab 100644
--- a/httemplate/elements/tr-coords.html
+++ b/httemplate/elements/tr-coords.html
@@ -1,9 +1,7 @@
<TR>
- <TD ALIGN="right"><% mt('Latitude') |h %></TD>
+ <TH ALIGN="right"><% mt('Coordinates') |h %></TH>
<TD COLSPAN=7>
- <FONT STYLE="background-color: #ffffff; border: 1px solid #ffffff"><% $latitude %></FONT>
- &nbsp;<% mt('Longitude') |h %>
- <FONT STYLE="background-color: #ffffff; border: 1px solid #ffffff"><% $longitude %></FONT>
+ <% $latitude %>,&nbsp;<% $longitude %>
<& /elements/coord-links.html, @_ &>
</TD>
</TR>