<#include "managenofeesdays_tabs.html" /> <@tabs2 tab="nofeesday" /> <@box> <@boxHeader title='#i18n{module.chatbot.stationnement.manage_nofeesday.title}' boxTools=true> <@tform class='form-inline pull-right' name='manage_nofeesday' action='jsp/admin/plugins/chatbot/modules/stationnement/ManageNoFeesDays.jsp'> <@button type='submit' name='view_createNoFeesDay' buttonIcon='plus' title='#i18n{module.chatbot.stationnement.manage_nofeesdays.buttonAdd}' /> <@boxBody> <@messages infos=infos /> <@paginationAdmin paginator=paginator combo=1 />
<@table> #i18n{module.chatbot.stationnement.manage_nofeesdays.columnDate} #i18n{module.chatbot.stationnement.manage_nofeesdays.columnComment} #i18n{portal.util.labelActions} <@tableHeadBodySeparator /> <#list nofeesday_list as nofeesday > ${nofeesday.date} ${nofeesday.comment} <@aButton href='jsp/admin/plugins/chatbot/modules/stationnement/ManageNoFeesDays.jsp?view=modifyNoFeesDay&id=${nofeesday.id}' title='#i18n{portal.util.labelModify}' buttonIcon='pencil' showTitle=false /> <@aButton href='jsp/admin/plugins/chatbot/modules/stationnement/ManageNoFeesDays.jsp?action=confirmRemoveNoFeesDay&id=${nofeesday.id}' title='#i18n{portal.util.labelDelete}' buttonIcon='trash' color='btn-danger' showTitle=false /> <@paginationAdmin paginator=paginator />