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.textarea.tpl

9 lines
198 B
Smarty
Raw Normal View History

2014-05-10 18:37:29 +03:00
{**
* Текстовое поле
*}
{extends './field.tpl'}
{block 'field_input'}
<textarea {field_input_attr_common useValue=false} rows="{$rows}">{field_input_attr_value}</textarea>
2014-05-10 18:37:29 +03:00
{/block}