summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/VNBrowse.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-31 17:47:10 +0200
committerYorhel <git@yorhel.nl>2009-05-31 17:47:10 +0200
commit2573d3d310e3636f466e1d0bd97c52882fb8b7c0 (patch)
treed0b23ff4b6e213285365d587a3640b7b2b565172 /lib/VNDB/Handler/VNBrowse.pm
parent776743c0b8f1adb6f6335b7c1bb30323879cf98c (diff)
Tabs on v/r/p/g search fields
This should make a nice connection between the few kinds of database entries we have.
Diffstat (limited to 'lib/VNDB/Handler/VNBrowse.pm')
-rw-r--r--lib/VNDB/Handler/VNBrowse.pm5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/VNDB/Handler/VNBrowse.pm b/lib/VNDB/Handler/VNBrowse.pm
index 24fa8508..5eb8e4f8 100644
--- a/lib/VNDB/Handler/VNBrowse.pm
+++ b/lib/VNDB/Handler/VNBrowse.pm
@@ -103,10 +103,7 @@ sub _filters {
div class => 'mainbox';
h1 'Browse visual novels';
form action => '/v/all', 'accept-charset' => 'UTF-8', method => 'get';
- fieldset class => 'search';
- input type => 'text', name => 'q', id => 'q', class => 'text', value => $f->{q};
- input type => 'submit', class => 'submit', value => 'Search!';
- end;
+ $self->htmlSearchBox('v', $f->{q});
end;
p class => 'browseopts';
for ('all', 'a'..'z', 0) {