summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-08 14:37:12 +0100
committerYorhel <git@yorhel.nl>2008-12-08 14:37:12 +0100
commitc6409639e1fea3ae63ec2689bdeb66489816de69 (patch)
treeed1f9bedc474380cc9c4b159c03e4d471f053644 /data
parent1341864cee3168a8c08b8d84d93ac7f814d49afd (diff)
Started on user VN list
This is a rather complex part of the site, and I have no idea how to do this without making both the code and the interface look like a mess. Not completely finished, TODO: - Mass status change - rstat & wstat icons (or stick with the textual representation? the old icons suck...) - Extra filters for rstat & wstat(?)
Diffstat (limited to 'data')
-rw-r--r--data/global.pl14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index b6c83063..3eb7a623 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -203,6 +203,20 @@ our %S = (
'low',
'blacklist',
],
+ vn_rstat => [
+ 'Unknown',
+ 'Pending',
+ 'Obtained', # hardcoded
+ 'On loan',
+ 'Deleted',
+ ],
+ vn_vstat => [
+ 'Unknown',
+ 'Playing',
+ 'Finished', # hardcoded
+ 'Stalled',
+ 'Dropped',
+ ],
);