1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/components/property/input/property.file.tpl
Denis Shakhov 05ab81b45c Fixes #547
2015-10-28 18:00:45 +07:00

7 lines
344 B
Smarty

{component 'field' template='file'
name = "property[{$property->getId()}][file]"
removeName = "property[{$property->getId()}][remove]"
classes = 'ls-width-300'
note = $property->getDescription()
label = $property->getTitle()
uploadedFiles = $property->getValue()->getDataOne( 'file' )}