1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/components/property/input/property.video_link.tpl

13 lines
504 B
Smarty
Raw Normal View History

2014-10-21 16:58:28 +03:00
{$value = $property->getValue()}
{component 'field' template='text'
2014-10-21 16:58:28 +03:00
name = "property[{$property->getId()}]"
value = $value->getValueVarchar()
note = $property->getDescription()
label = $property->getTitle()}
{component 'property' template='input.property.video-modal' value=$value}
2014-10-21 16:58:28 +03:00
2015-11-12 18:50:12 +02:00
<p class="ls-mb-20">
2016-12-27 10:57:29 +02:00
<a href="#" class="ls-link-dotted js-modal-toggle-default" data-lsmodaltoggle-modal="modal-property-type-video-{$value->getId()}">{lang 'property.video.watch'}</a>
2014-10-21 16:58:28 +03:00
</p>