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/property/form.field.checkbox.tpl
2014-05-29 14:05:11 +07:00

8 lines
266 B
Smarty

{$oValue = $oProperty->getValue()}
{include file="components/field/field.checkbox.tpl"
sName = "property[{$oProperty->getId()}]"
sValue = 1
bChecked = $oValue->getValueInt()
sNote = $oProperty->getDescription()
sLabel = $oProperty->getTitle()}