@box>
<@boxHeader title='#i18n{transparency.manage_lobbies.title}' boxTools=true>
<@tform class='form-inline pull-right' name='manage_lobby' action='jsp/admin/plugins/transparency/ManageLobbies.jsp'>
<@button type='submit' name='view_createLobby' buttonIcon='plus' title='#i18n{transparency.manage_lobbies.buttonAdd}' />
<@button type='submit' name='action_synchronizeLobbies' buttonIcon='' title='synchro' />
@tform>
@boxHeader>
<@boxBody>
<@messages infos=infos />
<@paginationAdmin paginator=paginator combo=1 />
<@table>
#i18n{transparency.manage_lobbies.columnName} |
#i18n{transparency.manage_lobbies.columnNationalId} |
#i18n{transparency.manage_lobbies.columnNationalIdType} |
#i18n{transparency.manage_lobbies.columnUrl} |
#i18n{transparency.manage_lobbies.columnVersionDate} |
#i18n{portal.util.labelActions} |
<@tableHeadBodySeparator />
<#list lobby_list as lobby >
${lobby.name}
|
${lobby.nationalId!''}
|
${lobby.nationalIdType!''}
|
${lobby.url!''}
|
${lobby.versionDate}
|
<@aButton href='jsp/admin/plugins/transparency/ManageLobbies.jsp?view=modifyLobby&id=${lobby.id}' title='#i18n{portal.util.labelModify}' buttonIcon='pencil' showTitle=false />
<@aButton href='jsp/admin/plugins/transparency/ManageLobbies.jsp?action=confirmRemoveLobby&id=${lobby.id}' title='#i18n{portal.util.labelDelete}' buttonIcon='trash' color='btn-danger' showTitle=false />
|
#list>
@table>
<@paginationAdmin paginator=paginator />
@boxBody>
@box>