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/poll/modal.poll-create.tpl

15 lines
501 B
Smarty
Raw Normal View History

{**
* Создание опроса
*}
{component 'modal'
title = ( $poll ) ? {lang 'poll.form.title.edit'} : {lang 'poll.form.title.add'}
content = {component 'poll' template='form'}
classes = 'js-modal-default'
mods = 'poll-create'
id = 'modal-poll-create'
primaryButton = [
'text' => ($poll) ? $aLang.common.save : $aLang.common.add,
'form' => 'js-poll-form',
'classes' => 'js-poll-form-submit'
]}