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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user