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.video_link.tpl
2016-12-27 15:57:29 +07:00

13 lines
504 B
Smarty

{$value = $property->getValue()}
{component 'field' template='text'
name = "property[{$property->getId()}]"
value = $value->getValueVarchar()
note = $property->getDescription()
label = $property->getTitle()}
{component 'property' template='input.property.video-modal' value=$value}
<p class="ls-mb-20">
<a href="#" class="ls-link-dotted js-modal-toggle-default" data-lsmodaltoggle-modal="modal-property-type-video-{$value->getId()}">{lang 'property.video.watch'}</a>
</p>