1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/skin/developer/blocks/block.propertyUpdate.tpl

11 lines
309 B
Smarty

{*
Вывод дополнительных полей для ввода данных на странице создания нового объекта
*}
{if $aProperties}
{foreach $aProperties as $oProperty}
{include file="forms/property/form.field_render.tpl" oProperty=$oProperty}
{/foreach}
{/if}