|
@@ -25,10 +25,11 @@
|
25
|
25
|
## if the user can see the toolbar, it means he is the workspace manager.
|
26
|
26
|
## So now, we need to know if he alsa has right to delete workspaces
|
27
|
27
|
<div class="btn-group btn-group-vertical">
|
28
|
|
- <a title="${_('Archive thread')}" class="btn btn-default ${delete_or_archive_disabled}" href="${tg.url('/workspaces/{}/folders/{}/threads/{}/put_archive'.format(thread.workspace.id, thread.parent.id, thread.id))}">
|
29
|
|
- ${ICON.FA_FW('t-less-visible fa fa-archive')}
|
30
|
|
- ${_('Archive')}
|
31
|
|
- </a>
|
|
28
|
+## SHOW_ARCHIVE_BUTTON__BUG_#81
|
|
29
|
+## <a title="${_('Archive thread')}" class="btn btn-default ${delete_or_archive_disabled}" href="${tg.url('/workspaces/{}/folders/{}/threads/{}/put_archive'.format(thread.workspace.id, thread.parent.id, thread.id))}">
|
|
30
|
+## ${ICON.FA_FW('t-less-visible fa fa-archive')}
|
|
31
|
+## ${_('Archive')}
|
|
32
|
+## </a>
|
32
|
33
|
<a title="${_('Delete thread')}" class="btn btn-default ${delete_or_archive_disabled}" href="${tg.url('/workspaces/{}/folders/{}/threads/{}/put_delete'.format(thread.workspace.id, thread.parent.id, thread.id))}">
|
33
|
34
|
${ICON.FA_FW('t-less-visible fa fa-trash')}
|
34
|
35
|
${_('Delete')}
|