1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/11915] Provide some additional info about limits to the uploader.

PHPBB3-11915
This commit is contained in:
Cesar G
2013-11-10 18:29:49 -08:00
parent be52a823f8
commit 0ea110292b
2 changed files with 11 additions and 0 deletions

View File

@@ -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>