saved
This commit is contained in:
parent
3581acb862
commit
5e3fe29257
|
|
@ -433,7 +433,7 @@ require_once 'Framework/Localisation.php';
|
||||||
}
|
}
|
||||||
$this->requete->getSession()->setAttribut("dossierSociete", $filename);
|
$this->requete->getSession()->setAttribut("dossierSociete", $filename);
|
||||||
|
|
||||||
$this->requete->getSession()->setAttribut("dossierGed", $_SESSION['lienAssure_C'].$_SESSION['dossierSociete'].'/Ged/');
|
$this->requete->getSession()->setAttribut("dossierGed", $_SESSION['lienProduction_C'].$_SESSION['dossierSociete'].'/Ged/');
|
||||||
$this->requete->getSession()->setAttribut("cheminGed", $_SESSION['dossierSociete'].'/Ged/');
|
$this->requete->getSession()->setAttribut("cheminGed", $_SESSION['dossierSociete'].'/Ged/');
|
||||||
|
|
||||||
$this->requete->getSession()->setAttribut("devise_C", $utilisateur['devise']);
|
$this->requete->getSession()->setAttribut("devise_C", $utilisateur['devise']);
|
||||||
|
|
|
||||||
|
|
@ -126,11 +126,8 @@
|
||||||
</h6>
|
</h6>
|
||||||
|
|
||||||
<form enctype="multipart/form-data" action="Fichepolice" method="post" class="row g-3">
|
<form enctype="multipart/form-data" action="Fichepolice" method="post" class="row g-3">
|
||||||
<div class="col-md-9">
|
|
||||||
<input class="form-control custom-file-input" name="fichier_upload" type="file" id="fichier_upload">
|
|
||||||
|
|
||||||
<!-- Zone d'information sur les extensions -->
|
<!-- Zone d'information sur les extensions -->
|
||||||
<div class="alert alert-info mt-2 py-2 small w-100">
|
<div class="alert alert-info mt-2 py-2 small col-md-12">
|
||||||
<strong><?= _("Extensions autorisées :") ?></strong>
|
<strong><?= _("Extensions autorisées :") ?></strong>
|
||||||
<div class="d-flex flex-wrap mt-2">
|
<div class="d-flex flex-wrap mt-2">
|
||||||
<?php foreach ($tabExt as $ext): ?>
|
<?php foreach ($tabExt as $ext): ?>
|
||||||
|
|
@ -143,12 +140,16 @@
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-9">
|
||||||
|
<input class="form-control custom-file-input" name="fichier_upload" type="file" id="fichier_upload">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<button type="submit" name="submit" class="btn btn-secondary w-100 fw-bold">
|
<button type="submit" name="submit" class="btn btn-secondary w-100 fw-bold">
|
||||||
<i class="fas fa-paper-plane me-2"></i><?= _("Envoyer") ?>
|
<i class="fas fa-paper-plane me-2"></i><?= _("Envoyer") ?>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<?php if(isset($msgErreur) && trim($msgErreur) != ""): ?>
|
<?php if(isset($msgErreur) && trim($msgErreur) != ""): ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user