Skip to content

Commit

Permalink
add index.html to hide groups panel
Browse files Browse the repository at this point in the history
  • Loading branch information
LPoin committed Dec 3, 2024
1 parent 35f69b9 commit 5903374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ <h1><i class="ri-stack-line"></i> <span i18n="tabs.data.title">Thématiques & do
<div id="themes-list" class="list-group"></div>
<div class="my-3 text-right">
<button id="btn-addTheme" i18n="modal.param.theme.new" title="Créer une nouvelle thématique" class="btn btn-info"
onclick="addTheme(mviewer.tr('modal.new.theme'), true, createId('theme'), 'fas fa-caret-right');">
onclick="mv.setNewTheme(true), addTheme(mviewer.tr('modal.new.theme'), true, createId('theme'), 'fas fa-caret-right');">
<span><i class="bi bi-plus-lg"></i> </span>
<span i18n="tabs.data.themespanel.create">Ajouter une thématique</span>
</button>
Expand Down

0 comments on commit 5903374

Please sign in to comment.