1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/forms/property/form.field.text.tpl

8 lines
263 B
Smarty

{$oValue = $oProperty->getValue()}
{include file="components/field/field.textarea.tpl"
sName = "property[{$oProperty->getId()}]"
sValue = $oValue->getValueForForm()
iRows = 10
sNote = $oProperty->getDescription()
sLabel = $oProperty->getTitle()}