summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/CommonHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-07-03 18:35:36 +0200
committerYorhel <git@yorhel.nl>2009-07-03 18:35:36 +0200
commit83d006a8b947b9246305aef76a51f98459d8e993 (patch)
tree03323802f8913545310cb441fc588599d372455e /lib/VNDB/Util/CommonHTML.pm
parente53a1fb11c96bf18084cf98d0dd53872783badb6 (diff)
Search box on user list
Diffstat (limited to 'lib/VNDB/Util/CommonHTML.pm')
-rw-r--r--lib/VNDB/Util/CommonHTML.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNDB/Util/CommonHTML.pm b/lib/VNDB/Util/CommonHTML.pm
index de565954..2bf496f6 100644
--- a/lib/VNDB/Util/CommonHTML.pm
+++ b/lib/VNDB/Util/CommonHTML.pm
@@ -527,6 +527,7 @@ sub htmlSearchBox {
a href => '/r', $sel eq 'r' ? (class => 'sel') : (), 'Releases';
a href => '/p/all', $sel eq 'p' ? (class => 'sel') : (), 'Producers';
a href => '/g', $sel eq 'g' ? (class => 'sel') : (), 'Tags';
+ a href => '/u/all', $sel eq 'u' ? (class => 'sel') : (), 'Users';
end;
fieldset class => 'search';
input type => 'text', name => 'q', id => 'q', class => 'text', value => $v;