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/list.tpl

9 lines
325 B
Smarty
Raw Normal View History

2014-10-21 16:58:28 +03:00
{**
* Вывод дополнительных полей для ввода данных на странице создания нового объекта
*}
2016-04-07 12:40:28 +03:00
{component_define_params params=[ 'properties' ]}
{foreach $properties as $property}
{component 'property' template='input.item' property=$property}
2014-10-21 16:58:28 +03:00
{/foreach}