summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-15 12:42:23 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-15 12:42:23 +0000
commit9b04223e3b238ca17bc8a62ee860128fb4279e24 (patch)
tree3fd767c3f00caf4be18c55df7091dc595dbd1737 /static
parent72fef60681e4e3d6ab50aeaf3f235cbdc398b686 (diff)
Added some guidelines and docs for the screenshot feature
git-svn-id: svn://vndb.org/vndb@88 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'static')
-rw-r--r--static/files/dyna.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/files/dyna.js b/static/files/dyna.js
index 01cd13b1..957cbc3c 100644
--- a/static/files/dyna.js
+++ b/static/files/dyna.js
@@ -647,7 +647,8 @@ function scrGenerateTR(i) {
else
r += 'Add screenshot</b>'
+'<input type="file" name="scrAddFile'+i+'" id="scrAddFile'+i+'" style="float: none; height: auto; width: auto;" />'
- +'<input type="button" value="Upload!" style="float: none; height: auto; width: auto; display: inline;" onclick="scrUpload('+i+')" />';
+ +'<input type="button" value="Upload!" style="float: none; height: auto; width: auto; display: inline;" onclick="scrUpload('+i+')" /><br />'
+ +'Image must be smaller than 5MB and in PNG or JPEG format.';
}
if(scrL[i].load && scrL[i].load == 1)
r += 'Uploading...</b>This could take a while, depending on the file size and your upload speed.<br />'