From 1d4081b5d2814df6ac7d402fa35948504c915071 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 Sep 2009 02:04:15 +0100 Subject: [PATCH 1/1] Right-justify data ages in tables --- yarrg/web/query_age | 2 +- yarrg/web/query_offers | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yarrg/web/query_age b/yarrg/web/query_age index a02187e..d9b234d 100644 --- a/yarrg/web/query_age +++ b/yarrg/web/query_age @@ -80,7 +80,7 @@ $sth->execute(); class="<% 'datarow'.($rowix & 1) %>" > <% $row->{'archipelago'} |h %> <% $row->{'islandname'} |h - %> <% prettyprint_age($age) %> + %> <% prettyprint_age($age) %> % $rowix++; % } diff --git a/yarrg/web/query_offers b/yarrg/web/query_offers index 4c9c71e..dbff9fa 100644 --- a/yarrg/web/query_offers +++ b/yarrg/web/query_offers @@ -187,7 +187,7 @@ foreach my $bs (split /_/, $qa->{BuySell}) { % $ts_sortkeys{$ci}{$rowid}= $val; = 3 ? 'align=right' : '' %> ><% $val |h %> % } -<% prettyprint_age($age) %> +<% prettyprint_age($age) %> % $rowix++; % } -- 2.30.2