summaryrefslogtreecommitdiff
path: root/data/tpl/vnedit
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-04-26 12:58:54 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-04-26 12:58:54 +0000
commita9e444bb39f5c356b66ef247b4539937daa25503 (patch)
treef7e97b27cf6021aa52677e883338d0dc2763ea3c /data/tpl/vnedit
parenta479c250b2e2cba340a2f52b68dea26e9730df43 (diff)
And again cd'ed in the wrong directory...1.14
git-svn-id: svn://vndb.org/vndb@7 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'data/tpl/vnedit')
-rw-r--r--data/tpl/vnedit2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tpl/vnedit b/data/tpl/vnedit
index 3f5c6700..dde98cb3 100644
--- a/data/tpl/vnedit
+++ b/data/tpl/vnedit
@@ -65,7 +65,7 @@
{ type => 'sub', title => 'Image', short => 'img' },
$d{id} ? (
{ type => 'static', text => $d{vn}{image} > 0 ?
- sprintf '<img src="%s/cv/%02d/%d.jpg" style="float: right" />', $p{st}, $d{vn}{image}%50, $d{vn}{image} :
+ sprintf '<img src="%s/cv/%02d/%d.jpg" style="float: right" />', $p{st}, $d{vn}{image}%100, $d{vn}{image} :
$d{vn}{image} < 0 ? '[processing]' : 'No image uploaded yet...' },
) : (),
{ type => 'upload', name => $d{vn}{image} ? 'Change' : 'Upload', short => 'img' },