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

11 lines
485 B
Smarty

{$oValue = $oProperty->getValue()}
{include file="components/field/field.text.tpl"
sName = "property[{$oProperty->getId()}]"
sValue = $oValue->getValueVarchar()
sClasses = 'width-300'
sNote = $oProperty->getDescription()
sLabel = $oProperty->getTitle()}
{include file="modals/modal.property_type_video.tpl" oValue=$oValue}
<p class="mb-20"><a href="#" class="link-dotted" data-modal-target="modal-property-type-video-{$oValue->getId()}">Смотреть</a></p>