1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/skin/developer/components/field/field.upload-area.tpl
2014-08-16 23:19:29 +07:00

10 lines
477 B
Smarty

{**
* Drag & drop загрузка
*}
{$component = 'field-upload-area'}
<label class="{$component} {mod name=$component mods=$smarty.local.mods} {$smarty.local.classes}" {$smarty.local.attributes}>
<span>{$smarty.local.label|default:{lang name='field.upload_area.label'}}</span>
<input type="file" name="{$smarty.local.inputName|default:'file'}" class="{$smarty.local.inputClasses}" {$smarty.local.inputAttributes} {$smarty.local.isMultiple|default:'multiple'}>
</label>