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/components/property/input/property.tags.tpl
2017-01-13 19:20:41 +07:00

10 lines
396 B
Smarty

{$value = $property->getValue()}
{component 'field' template='text'
name = "property[{$property->getId()}]"
value = $value->getValueVarchar()
id = "property-value-tags-{$property->getId()}"
inputAttributes=[ "data-property-id" => $property->getId() ]
inputClasses="autocomplete-property-tags-sep"
note = $property->getDescription()
label = $property->getTitle()}