summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-08 17:32:25 +0100
committerYorhel <git@yorhel.nl>2008-12-08 17:32:25 +0100
commitd923b304be758402919db7887a387934eb2b1043 (patch)
treecfb14907263e852bb115d979576bc486a82f0a64 /lib/VNDB
parentc018bff87d267413c7be13f75721b5416fe1c3d1 (diff)
Added explanation about releases column and fixed the number of columns for each row
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Handler/ULists.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/VNDB/Handler/ULists.pm b/lib/VNDB/Handler/ULists.pm
index 3b6b8666..786db9df 100644
--- a/lib/VNDB/Handler/ULists.pm
+++ b/lib/VNDB/Handler/ULists.pm
@@ -243,7 +243,7 @@ sub _vnlist_browse {
pageurl => $url->('page'),
header => [
[ Title => 'title', 3 ],
- sub { td class => 'tc2', id => 'relhidall'; lit '<i>&#9656;</i>Releases'; end; },
+ sub { td class => 'tc2', id => 'relhidall'; lit '<i>&#9656;</i>Releases*'; end; },
[ Vote => 'vote' ],
],
row => sub {
@@ -277,9 +277,10 @@ sub _vnlist_browse {
acronym class => 'icons '.substr(lc $self->{release_types}[$_->{type}], 0, 3), title => $self->{release_types}[$_->{type}].' release', ' ';
txt substr($self->{vn_rstat}[$_->{rstat}],0,2).'/'.substr($self->{vn_vstat}[$_->{vstat}],0,2);
end;
- td class => 'tc3', colspan => 1;
+ td class => 'tc3';
a href => "/r$_->{rid}", title => $_->{original}||$_->{title}, shorten $_->{title}, 50;
end;
+ td colspan => 2, ' ';
end;
}
},
@@ -301,6 +302,7 @@ sub _vnlist_browse {
option value => 'del', 'remove from list';
end;
end;
+ td class => 'tc2', colspan => 2, '* Obtained/finished/total';
end;
}
);