aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-11-10 18:29:49 -0800
committerCesar G <prototech91@gmail.com>2014-01-17 19:20:36 -0800
commit0ea110292b31bff28cced69dc066cc62ed09d208 (patch)
treebb32562c2702b6a6e4992c7975c73980a2644806 /phpBB/styles
parentbe52a823f871682a7740ca3c8207ac7f88f181f5 (diff)
downloadforums-0ea110292b31bff28cced69dc066cc62ed09d208.tar
forums-0ea110292b31bff28cced69dc066cc62ed09d208.tar.gz
forums-0ea110292b31bff28cced69dc066cc62ed09d208.tar.bz2
forums-0ea110292b31bff28cced69dc066cc62ed09d208.tar.xz
forums-0ea110292b31bff28cced69dc066cc62ed09d208.zip
[ticket/11915] Provide some additional info about limits to the uploader.
PHPBB3-11915
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/plupload.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/plupload.html b/phpBB/styles/prosilver/template/plupload.html
index 290992ddd6..2f68fe3efe 100644
--- a/phpBB/styles/prosilver/template/plupload.html
+++ b/phpBB/styles/prosilver/template/plupload.html
@@ -59,6 +59,14 @@ phpbb.plupload = {
form_hook: '#postform'
}
};
+ },
+ lang: {
+ ERROR: '{LA_ERROR}',
+ TOO_MANY_ATTACHMENTS: '{LA_TOO_MANY_ATTACHMENTS}',
+ },
+ order: '{ATTACH_ORDER}',
+ max_files: {MAX_ATTACHMENTS},
+}
//]]>
</script>
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/plupload.js"></script>