Skip to content
Snippets Groups Projects
Commit c3f76e1e authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

root collection cannot be deleted

parent 5752716f
Branches
Tags
No related merge requests found
......@@ -26,8 +26,12 @@
<h1 class="text-center mb-3">Gestion des sources XML de MaX</h1>
<h3 class="mt-3 d-flex justify-content-between">
<span>Collection <em>{$collection}</em></span>
{
if($collection='/') then ()
else
<sl-icon-button name="trash" title="supprimer la collection" label="supprimer la collection" onclick="deleteCurrentCollection()">
</sl-icon-button>
}
</h3>
</header>
<section class="mt-3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment