X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fweb%2Flookup;h=1453a372145ee2989261f757481aee295e052fb1;hb=f3fdcfd6d9e7d88fbc97f9294c302c338d2500b5;hp=36c0a27f7f3468311a21cb92883f7d825e34e953;hpb=fc9092694d98ee3737f8cdceef02d65cc6255dd4;p=ypp-sc-tools.db-test.git diff --git a/yarrg/web/lookup b/yarrg/web/lookup index 36c0a27..1453a37 100755 --- a/yarrg/web/lookup +++ b/yarrg/web/lookup @@ -74,7 +74,7 @@ my %styles; QuerySpecific => 1, }, { Name => 'ShowStalls', Before => '', - Values => [ [ 0, 'Show amount at each price' ], + Values => [ [ 0, 'Show total quantity at each price' ], [ 1, 'Show individual stalls' ], ], QuerySpecific => 1, @@ -125,7 +125,7 @@ body { background: #ffffff; } tr.datarow0 { background: #ffffff; } -tr.datarow1 { background: #eeeeee; } +tr.datarow1 { background: #e3e3e3; }