#include "manageencryptionkey_tabs.html" />
<@tabs2 tab="encryptionkey" />
<@box>
<@boxHeader title='#i18n{grukeydiversification.manage_encryptionkey.title}' boxTools=true>
<@tform class='form-inline pull-right' name='manage_encryptionkey' action='jsp/admin/plugins/grukeydiversification/ManageEncryptionKeys.jsp'>
<@button type='submit' name='view_createEncryptionKey' buttonIcon='plus' title='#i18n{grukeydiversification.manage_encryptionkeys.buttonAdd}' />
@tform>
@boxHeader>
<@boxBody>
<@messages infos=infos />
<@paginationAdmin paginator=paginator combo=1 />
<@table>
#i18n{grukeydiversification.manage_encryptionkeys.columnCode} |
#i18n{grukeydiversification.manage_encryptionkeys.columnKey} |
#i18n{portal.util.labelActions} |
<@tableHeadBodySeparator />
<#list encryptionkey_list as encryptionkey >
${encryptionkey.code}
|
${encryptionkey.key}
|
<@aButton href='jsp/admin/plugins/grukeydiversification/ManageEncryptionKeys.jsp?view=modifyEncryptionKey&id=${encryptionkey.id}' title='#i18n{portal.util.labelModify}' buttonIcon='pencil' showTitle=false />
<@aButton href='jsp/admin/plugins/grukeydiversification/ManageEncryptionKeys.jsp?action=confirmRemoveEncryptionKey&id=${encryptionkey.id}' title='#i18n{portal.util.labelDelete}' buttonIcon='trash' color='btn-danger' showTitle=false />
|
#list>
@table>
<@paginationAdmin paginator=paginator />
@boxBody>
@box>