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
Denis Shakhov 192b82c9cf Мелкие доработки и исправления компонентов
* Обновлены модальные окна
2015-02-13 14:36:00 +07:00

15 lines
503 B
Smarty

{**
* Создание опроса
*}
{component 'modal'
title = ( $oPoll ) ? {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' => ($oPoll) ? $aLang.common.save : $aLang.common.add,
'form' => 'js-poll-form',
'classes' => 'js-poll-form-submit'
]}