summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-10-31 17:14:25 +0100
committerYorhel <git@yorhel.nl>2010-10-31 17:14:25 +0100
commit80b74b70f27783702793d71712e78d8dde20268d (patch)
tree88817be1f11e9811c47e094b635c25a9fbe8ff36 /lib/VNDB
parentb4b9284ddd4d5e4b1829b87612fbb77e8e6c5d7c (diff)
Added more comparison VNs for the length field
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Handler/VNEdit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/VNEdit.pm b/lib/VNDB/Handler/VNEdit.pm
index d5fa1060..3ec7528b 100644
--- a/lib/VNDB/Handler/VNEdit.pm
+++ b/lib/VNDB/Handler/VNEdit.pm
@@ -150,7 +150,7 @@ sub _form {
[ static => content => mt '_vnedit_alias_msg' ],
[ textarea => short => 'desc', name => mt('_vnedit_desc').'<br /><b class="standout">'.mt('_inenglish').'</b>', rows => 10 ],
[ static => content => mt '_vnedit_desc_msg' ],
- [ select => short => 'length', name => mt('_vnedit_length'), width => 300, options =>
+ [ select => short => 'length', name => mt('_vnedit_length'), width => 450, options =>
[ map [ $_ => mt '_vnlength_'.$_, 2 ], @{$self->{vn_lengths}} ] ],
[ input => short => 'l_wp', name => mt('_vnedit_links'), pre => 'http://en.wikipedia.org/wiki/' ],