summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/VNBrowse.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-07-05 14:28:35 +0200
committerYorhel <git@yorhel.nl>2009-07-05 14:28:35 +0200
commitfaf30ebba38e0fc3dc90fcbe6fbcfb36b79bcc4d (patch)
treeba2b563b3c01ca5479324c06ed85daf9b0ab3c11 /lib/VNDB/Handler/VNBrowse.pm
parentbad413455b746bbfe9c85bc4950d1736b07f0ef8 (diff)
Apply & clear buttons on advanced VN search + note about boolean and
Diffstat (limited to 'lib/VNDB/Handler/VNBrowse.pm')
-rw-r--r--lib/VNDB/Handler/VNBrowse.pm9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/VNDB/Handler/VNBrowse.pm b/lib/VNDB/Handler/VNBrowse.pm
index 3e0e556f..3ced3002 100644
--- a/lib/VNDB/Handler/VNBrowse.pm
+++ b/lib/VNDB/Handler/VNBrowse.pm
@@ -140,7 +140,9 @@ sub _filters {
end;
div id => 'advoptions', class => 'hidden vnoptions';
- h2 'Tag filters';
+ h2;
+ lit 'Tag filters <b>(boolean and, selecting more gives less results)</b>';
+ end;
table class => 'formtable', style => 'margin-left: 0';
$self->htmlFormPart($f, [ input => short => 'ti', name => 'Tags to include', width => 350 ]);
end;
@@ -174,7 +176,10 @@ sub _filters {
end;
}
- clearfloat;
+ div style => 'text-align: center; clear: left;';
+ input type => 'submit', value => 'Apply', class => 'submit';
+ input type => 'reset', value => 'Clear', class => 'submit', onclick => 'location.href="/v/all"';
+ end;
end;
end;
end;