summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Releases.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-31 11:03:42 +0200
committerYorhel <git@yorhel.nl>2009-05-31 11:03:42 +0200
commitb3df3d4432841ac57c4667ac008cec73522b892d (patch)
tree52fc4af81e1bce236d12a3b31bbc9f1c1d264eff /lib/VNDB/Handler/Releases.pm
parent82aea85bad2913a1e9f25751cbe998dc671bd520 (diff)
Added clear button on /r
Diffstat (limited to 'lib/VNDB/Handler/Releases.pm')
-rw-r--r--lib/VNDB/Handler/Releases.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNDB/Handler/Releases.pm b/lib/VNDB/Handler/Releases.pm
index 3933217a..0390b40e 100644
--- a/lib/VNDB/Handler/Releases.pm
+++ b/lib/VNDB/Handler/Releases.pm
@@ -646,6 +646,7 @@ sub _filters {
div style => 'text-align: center; clear: left;';
input type => 'submit', value => 'Apply', class => 'submit';
+ input type => 'reset', value => 'Clear', class => 'submit', onclick => 'location.href="/r"';
end;
end;
end;