@box>
<@boxHeader title='#i18n{poll.manage_pollform.title}' boxTools=true>
<@tform class='form-inline pull-right' name='manage_pollform' action='jsp/admin/plugins/poll/ManagePollForms.jsp'>
<@button type='submit' name='view_createPollForm' buttonIcon='plus' title='#i18n{poll.manage_pollforms.buttonAdd}' />
@tform>
@boxHeader>
<@boxBody>
<@messages infos=infos />
<@paginationAdmin paginator=paginator combo=1 />
<@table>
Titre |
#i18n{poll.manage_pollforms.columnIsVisible} Front-End |
#i18n{portal.util.labelActions} |
<@tableHeadBodySeparator />
<#list pollform_list as pollform >
${pollform.title}
|
<#if pollform.isVisible = true>
#i18n{poll.manage_pollforms.yes} <#else>
#i18n{poll.manage_pollforms.no} #if>
|
<@aButton href='jsp/admin/plugins/poll/ManagePollForms.jsp?view=modifyPollForm&id=${pollform.id}' title='#i18n{portal.util.labelModify}' hideTitle=['all'] buttonIcon='pencil' />
<@aButton href='jsp/admin/plugins/poll/ManagePollForms.jsp?view=viewCharts&id_poll=${pollform.id}' title='#i18n{portal.util.labelModify}' hideTitle=['all'] buttonIcon='eye' />
<@aButton href='jsp/admin/plugins/poll/ManagePollForms.jsp?action=confirmRemovePollForm&id=${pollform.id}' title='#i18n{portal.util.labelDelete}' buttonIcon='trash' hideTitle=['all'] color='danger' />
<@aButton href='jsp/site/Portal.jsp?page=pollform&id_poll=${pollform.id}' hideTitle=['all'] params='target="_blank"' buttonIcon='external-link' color='success' />
|
#list>
@table>
<@paginationAdmin paginator=paginator />
@boxBody>
@box>