{* A generic document upload form Parameters: documentType = Document type (category, product, folder, content, module) parentId = Document parent id, ex: category id resource = Document parent resource name *} {* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *} {default_translation_domain domain='bo.default'} {hook name="tab-document.top" id=$parentId type=$documentType}
{intl l="Drop files to upload"} Or
{include file='includes/document-upload-list-ajax.html' documentType=$documentType parentId=$parentId|default:null resource=$resource|default:null }
{hook name="tab-document.bottom" id=$parentId type=$documentType}