From: Ian Jackson Date: Mon, 21 Sep 2009 01:01:31 +0000 (+0100) Subject: Right-justify numerical columns in Prices for commodity X-Git-Tag: 5.0^2~123 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=commitdiff_plain;h=ace8b7e1933e7da5e615a837cd47aeea1a4a23a2;p=ypp-sc-tools.db-test.git Right-justify numerical columns in Prices for commodity --- diff --git a/yarrg/web/query_commod b/yarrg/web/query_commod index 5db6330..574f373 100644 --- a/yarrg/web/query_commod +++ b/yarrg/web/query_commod @@ -170,11 +170,11 @@ foreach my $bs (split /_/, $ARGS{BuySell}) { <% $s->[0]= $island->{'archipelago'} |h %> <% $s->[1]= $island->{'islandname'} |h %> <% $stallname |h %> - <% $s->[3]= (length $bestqty ? $bestprice : '-') %> - <% $s->[4]= $median %> - <% $s->[5]= $bestqty %> - <% $s->[6]= $approxqty %> - <% $s->[7]= $cqty %> + <% $s->[3]= (length $bestqty ? $bestprice : '-') %> + <% $s->[4]= $median %> + <% $s->[5]= $bestqty %> + <% $s->[6]= $approxqty %> + <% $s->[7]= $cqty %> % for my $cix (0..$#$s) { % $ts_sortkeys{$cix}{$rowid}= $s->[$cix];