Skip to content

Commit

Permalink
Update new.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemaignent authored Sep 17, 2024
1 parent 739d1af commit 49f863f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/templates/fragments/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ <h5 class="newToggled d-none">Outils de signature</h5>
</a>
<hr class="newHr d-none">
<h5 class="newToggled d-none">Circuits</h5>
<a th:unless="${globalProperties.hideWizardWorkflow}" id="start-wizard-button" role="button" class="globalButton btn btn-material btn-light text-center pt-3 me-2 mb-2 overflow-hidden align-bottom p-0 workflow-button" data-bs-toggle="modal"
data-bs-target="#wiz-modal" style="width: 120px; height: 170px;"
<a th:unless="${globalProperties.hideWizardWorkflow}" id="start-wizard-button-3" role="button" class="globalButton btn btn-material btn-light text-center pt-3 me-2 mb-2 overflow-hidden p-0"
data-bs-toggle="modal" data-bs-target="#wiz-modal" style="width: 120px; height: 170px;"
title="Créer un circuit personnel à l'aide de l'assistant" >
<div class="crop">
<i class="fa-solid fa-magic fa-3x "></i>
Expand Down Expand Up @@ -126,4 +126,4 @@ <h5 class="newToggled d-none">Formulaires</h5>
</div>
</div>
</div>
</html>
</html>

0 comments on commit 49f863f

Please sign in to comment.