mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-02 01:45:38 +08:00
archived tasks updates [SCI-7203]
This commit is contained in:
parent
f65c207e75
commit
5a429549da
3 changed files with 11 additions and 0 deletions
|
@ -63,6 +63,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.archived-task-card-code {
|
||||||
|
position: absolute;
|
||||||
|
right: 25px;
|
||||||
|
bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
// Create wopi file
|
// Create wopi file
|
||||||
.create-wopi-file-btn {
|
.create-wopi-file-btn {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
|
@ -114,5 +114,9 @@
|
||||||
<div role="tabpanel" class="tab-pane" id="<%= my_module.id %>_activities" data-contents="activities"></div>
|
<div role="tabpanel" class="tab-pane" id="<%= my_module.id %>_activities" data-contents="activities"></div>
|
||||||
<div role="tabpanel" class="tab-pane" id="<%= my_module.id %>_comments" data-contents="comments"></div>
|
<div role="tabpanel" class="tab-pane" id="<%= my_module.id %>_comments" data-contents="comments"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="archived-task-card-code" data-view-mode="archived">
|
||||||
|
<%= t('my_modules.details.code') %><%= my_module.code %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -958,6 +958,7 @@ en:
|
||||||
manage_tags: "Manage tags"
|
manage_tags: "Manage tags"
|
||||||
create_new_tag: "create new"
|
create_new_tag: "create new"
|
||||||
recent_protocols_from_repository: "Recent protocols from the Repository"
|
recent_protocols_from_repository: "Recent protocols from the Repository"
|
||||||
|
code: "ID: "
|
||||||
notes:
|
notes:
|
||||||
title: "Notes"
|
title: "Notes"
|
||||||
no_description: "No task description"
|
no_description: "No task description"
|
||||||
|
|
Loading…
Add table
Reference in a new issue