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/skin/developer/components/field/field.upload-area.tpl

10 lines
477 B
Smarty
Raw Normal View History

2014-08-16 19:19:29 +03:00
{**
* 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>