default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / elements / tr-coords.html
index 5539f56..ef5e76b 100644 (file)
@@ -1,14 +1,12 @@
 <TR>
-  <TD ALIGN="right"><% mt('Latitude') |h %></TD>
-  <TD COLSPAN=5>
-    <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>
-    <& /elements/coord-links.html, $latitude, $longitude, $name &>
+  <TH ALIGN="right"><% mt('Coordinates') |h %></TH>
+  <TD COLSPAN=7>
+    <% $latitude %>,&nbsp;<% $longitude %>
+    <& /elements/coord-links.html, @_ &>
   </TD>
 </TR>
 <%init>
 
-my ($latitude, $longitude, $name) = @_;
+my ($latitude, $longitude, $name, $agentnum) = @_;
 
 </%init>