Adjust and add necessary twig templates for signature zone

This commit is contained in:
Julie Lenaerts 2024-07-04 09:23:58 +02:00
parent ba95687f46
commit f2c5663b05
4 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<h2>{{ 'workflow.signature_zone.title'|trans }}</h2>
<div class="flex-table">
<div class="item-bloc">
<div class="item-row">
<div class="item-col">
<p>name placeholder</p>
<p>name placeholder</p>
</div>
<div class="item-col flex-column align-items-end">
<a class="btn btn-show href="{{ }}">{{ 'workflow.signature_zone.button_sign'|trans }}</a>
<div>
<span>date placeholder</span>
</div>
</div>
</div>
</div>
</div>

View File

@ -57,6 +57,7 @@
</section>
<section class="step my-4">{% include '@ChillMain/Workflow/_follow.html.twig' %}</section>
<section class="step my-4">{% include '@ChillMain/Workflow/_signature.html.twig' %}</section>
<section class="step my-4">{% include '@ChillMain/Workflow/_decision.html.twig' %}</section>{#
<section class="step my-4">{% include '@ChillMain/Workflow/_comment.html.twig' %}</section> #}
<section class="step my-4">{% include '@ChillMain/Workflow/_history.html.twig' %}</section>

View File

@ -528,6 +528,10 @@ workflow:
This link grant any user to apply a transition: Le lien d'accès suivant permet d'appliquer une transition
The workflow may be accssed through this link: Une transition peut être appliquée sur ce workflow grâce au lien d'accès suivant
signature_zone:
title: Appliquer les signatures éléctroniques
button_sign: Signer
Subscribe final: Recevoir une notification à l'étape finale
Subscribe all steps: Recevoir une notification à chaque étape