summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-02 15:09:48 +0200
committerYorhel <git@yorhel.nl>2009-10-02 15:09:48 +0200
commit391f25648b5df7d17bbb8968c0c78b080f94218d (patch)
tree1aaaf0e33fcafccd88ad39763507b2c06fe2e709 /lib/VNDB
parent94af15ac32be7c73940f9cf66cb2a6621831a479 (diff)
JS: Rewrote release list dropdown
Abstacted a simple set of reusable functions for generating dropdown lists, as I'm likely going to need that more often.
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Handler/VNPage.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/VNPage.pm b/lib/VNDB/Handler/VNPage.pm
index 74aef27f..126aa504 100644
--- a/lib/VNDB/Handler/VNPage.pm
+++ b/lib/VNDB/Handler/VNPage.pm
@@ -426,7 +426,7 @@ sub _releases {
end;
td class => 'tc5';
if($self->authInfo->{id}) {
- a href => "/r$rel->{id}", id => "rlsel_$rel->{id}";
+ a href => "/r$rel->{id}", id => "rlsel_$rel->{id}", class => 'vnrlsel';
lit $rel->{ulist} ? liststat $rel->{ulist} : '--';
end;
} else {