summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-28 11:22:53 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-28 11:22:53 +0000
commit181e434ac94f5159b00582b97e33356a27a56b1b (patch)
tree1febd4070d6baf2878a1b0ef2d243d8b103c211a /lib
parent5add940935c084a10b742bc808644906ea7b7b06 (diff)
Added links to d1 and the edit notes field shouldnt be hidden when adding a VN
git-svn-id: svn://vndb.org/vndb@40 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'lib')
-rw-r--r--lib/VNDB/VN.pm2
-rw-r--r--lib/global.pl14
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/VNDB/VN.pm b/lib/VNDB/VN.pm
index 52f67f4c..f0727e6a 100644
--- a/lib/VNDB/VN.pm
+++ b/lib/VNDB/VN.pm
@@ -173,7 +173,7 @@ sub VNEdit {
}
$self->AddHid($frm);
- $frm->{_hid} = {map{$_=>1} qw| info cat img |}
+ $frm->{_hid} = {map{$_=>1} qw| info cat img com |}
if !$frm->{_hid} && !$id;
$self->ResAddTpl(vnedit => {
form => $frm,
diff --git a/lib/global.pl b/lib/global.pl
index 787c7647..116f2604 100644
--- a/lib/global.pl
+++ b/lib/global.pl
@@ -99,11 +99,11 @@ our $CAT = {
rp => 'RPG',
st => 'Strategy',
si => 'Simulation',
- } ],
+ }, 2 ],
p => [ 'Plot', { # 0..1
li => 'Linear',
br => 'Branching',
- } ],
+ }, 3 ],
e => [ 'Elements', {
ac => 'Action',
co => 'Comedy',
@@ -116,21 +116,21 @@ our $CAT = {
sf => 'SciFi',
sj => 'Shoujo Ai',
sn => 'Shounen Ai',
- } ],
+ }, 1 ],
t => [ 'Time', { # 0..1
fu => 'Future',
pa => 'Past',
pr => 'Present',
- } ],
+ }, 4 ],
l => [ 'Place', { # 0..1
ea => 'Earth',
fa => "Fant\x{200B}asy world",
sp => 'Space',
- } ],
+ }, 5 ],
h => [ 'Protagonist', { # 0..1
fa => 'Male',
fe => "Fem\x{200B}ale",
- } ],
+ }, 6 ],
s => [ 'Sexual content', {
aa => 'Sexual content',
be => 'Bestiality',
@@ -140,7 +140,7 @@ our $CAT = {
ya => 'Yaoi',
yu => 'Yuri',
ra => 'Rape',
- } ],
+ }, 7 ],
};