Merge branch 'dev' into staging
This commit is contained in:
commit
4a509ef2d9
@ -85,6 +85,9 @@ export default function SendDocuments() {
|
|||||||
<Typography typo={ETypo.TITLE_H1} color={ETypoColor.TEXT_PRIMARY}>
|
<Typography typo={ETypo.TITLE_H1} color={ETypoColor.TEXT_PRIMARY}>
|
||||||
Envoyer des documents, sélectionnez les destinataires :
|
Envoyer des documents, sélectionnez les destinataires :
|
||||||
</Typography>
|
</Typography>
|
||||||
|
<Typography typo={ETypo.TEXT_MD_LIGHT} color={ETypoColor.TEXT_SECONDARY}>
|
||||||
|
Voulez-vous envoyer ce document à tous les clients du dossier ou sélectionner certains clients ?{" "}
|
||||||
|
</Typography>
|
||||||
<div className={classes["radioboxes"]}>
|
<div className={classes["radioboxes"]}>
|
||||||
<RadioBox
|
<RadioBox
|
||||||
name="clients"
|
name="clients"
|
||||||
@ -104,18 +107,22 @@ export default function SendDocuments() {
|
|||||||
{clientSelection === EClientSelection.SELECTED_CLIENTS && (
|
{clientSelection === EClientSelection.SELECTED_CLIENTS && (
|
||||||
<AutocompleteMultiSelect label="Choisir le ou les clients: " options={clientsOptions} />
|
<AutocompleteMultiSelect label="Choisir le ou les clients: " options={clientsOptions} />
|
||||||
)}
|
)}
|
||||||
<DragAndDrop title="Glisser ou déposer ou" description="Formats acceptés : PDF, JPG Taille maximale : 5 Mo" />
|
{clientSelection && (
|
||||||
|
<>
|
||||||
|
<DragAndDrop title="Glisser ou déposer ou" description="Formats acceptés : PDF, JPG Taille maximale : 5 Mo" />
|
||||||
|
|
||||||
<div className={classes["buttons-container"]}>
|
<div className={classes["buttons-container"]}>
|
||||||
<a href={backUrl}>
|
<a href={backUrl}>
|
||||||
<Button variant={EButtonVariant.PRIMARY} styletype={EButtonstyletype.OUTLINED}>
|
<Button variant={EButtonVariant.PRIMARY} styletype={EButtonstyletype.OUTLINED}>
|
||||||
Annuler
|
Annuler
|
||||||
</Button>
|
</Button>
|
||||||
</a>
|
</a>
|
||||||
<Button type="submit" rightIcon={<PaperAirplaneIcon />}>
|
<Button type="submit" rightIcon={<PaperAirplaneIcon />}>
|
||||||
Envoyer
|
Envoyer
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
</>
|
||||||
|
)}
|
||||||
</Form>
|
</Form>
|
||||||
</div>
|
</div>
|
||||||
</DefaultDoubleSidePage>
|
</DefaultDoubleSidePage>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user