mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-04 14:59:53 +00:00
Adjust and add necessary twig templates for signature zone
This commit is contained in:
parent
ba95687f46
commit
f2c5663b05
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user