chiark / gitweb /
Do not dump sql results table if not debug
[ypp-sc-tools.db-test.git] / yarrg / web / lookup
index 0b6466e3f6a4fc53a61fc4202643fddc67f3b438..683fd12b8ddf4b60c35c71e4a0f06cd8d4c056ce 100755 (executable)
@@ -66,6 +66,18 @@ my %styles;
                                [ 'sell',       'Sell offers only' ],
                        ],
                QuerySpecific => 1,
+       }, {    Name => 'ShowBlank',
+               Before => '',
+               Values => [     [ 0, 'Omit islands with no offers' ],
+                               [ 'show', 'Show all islands' ],
+                       ],
+               QuerySpecific => 1,
+       }, {    Name => 'ShowStalls',
+               Before => '',
+               Values => [     [ 0, 'Show amount at each price' ],
+                               [ 1, 'Show individual stalls' ],
+                       ],
+               QuerySpecific => 1,
        });
 
 foreach my $var (@vars) {