|
@@ -51,7 +51,7 @@
|
51
|
51
|
<li role="presentation"><a href="#move-to-another-workspace" aria-controls="move-to-another-workspace" role="tab" data-toggle="tab">${_('to another workspace')}</a></li>
|
52
|
52
|
</ul>
|
53
|
53
|
<div class="tab-content">
|
54
|
|
- <div role="tabpanel" class="tab-pane active bg-primary" id="move-to-same-workspace"></div>
|
|
54
|
+ <div role="tabpanel" class="tab-pane active" id="move-to-same-workspace"></div>
|
55
|
55
|
<%
|
56
|
56
|
selected_id = 'workspace_{}__folder_{}'.format(item.workspace.id, item.folder.id if item.folder else '')
|
57
|
57
|
apiPath = tg.url('/workspaces/treeview_root')
|
|
@@ -60,7 +60,7 @@
|
60
|
60
|
apiChildParameters = tg.url('', dict(ignore_id=item.id, allowed_content_types='folder'))
|
61
|
61
|
%>
|
62
|
62
|
${LEFT_MENU.TREEVIEW('move-to-same-workspace', apiPath, apiParameters, apiChildPath, apiChildParameters, 'True')}
|
63
|
|
- <div role="tabpanel" class="tab-pane bg-primary" id="move-to-another-workspace"></div>
|
|
63
|
+ <div role="tabpanel" class="tab-pane" id="move-to-another-workspace"></div>
|
64
|
64
|
<%
|
65
|
65
|
apiPath = tg.url('/workspaces/treeview_root')
|
66
|
66
|
apiParameters = tg.url('', dict(current_id=None, all_workspaces=1, folder_allowed_content_types='folder', ignore_id=item.id, ignore_workspace_id=item.workspace.id))
|