[-] FO : #PSTEST-92 : added display of size fields in attachments.tpl

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11483 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-21 13:57:08 +00:00
parent 386efe8428
commit cf9017f05f
3 changed files with 6 additions and 2 deletions
@@ -3043,7 +3043,8 @@ class AdminProductsControllerCore extends AdminController
'attach2' => Attachment::getAttachments($this->context->language->id, $obj->id, false),
'default_form_language' => $default_language,
'attachment_name' => $attachment_name,
'attachment_description' => $attachment_description
'attachment_description' => $attachment_description,
'PS_ATTACHMENT_MAXIMUM_SIZE' => Configuration::get('PS_ATTACHMENT_MAXIMUM_SIZE')
));
}
else