1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/application/frontend/skin/developer/forms/form.field.file.tpl

13 lines
292 B
Smarty

{**
* Выбор файла
*}
{extends file='forms/form.field.base.tpl'}
{block name='field_holder' prepend}
<input type="file"
id="{$sFieldName}"
name="{$sFieldName}"
class="{if $sFieldClasses}{$sFieldClasses}{/if}"
{if $bFieldIsDisabled}disabled{/if} />
{/block}