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

8 lines
272 B
Smarty

{$oValue = $oProperty->getValue()}
{include file="components/field/field.text.tpl"
sName = "property[{$oProperty->getId()}]"
sValue = $oValue->getValueInt()
sClasses = 'width-150'
sNote = $oProperty->getDescription()
sLabel = $oProperty->getTitle()}