10 lines
540 B
PHP
Executable File
10 lines
540 B
PHP
Executable File
<?php $this->titre = "Tâches - Texte libre sur Cotation"; ?>
|
|
|
|
|
|
<legend> <?= _("TEXTE LIBRE SUR LA COTATION") . " N° : " . $this->nettoyer($_SESSION['numeroPolice_d_C']) ?> </legend>
|
|
|
|
<FORM method="POST" action="Textecpd/enregistrer/" >
|
|
<textarea class = "form-control-sm" id ="texteCp" name="texteCp" rows="20" style="font-size:10pt; width:100%;"><?=$this->nettoyer($textecp['texteCp'])?></textarea>
|
|
<input style="font-size:10pt;" class = "form-control btn btn-primary" type="submit" value="<?= _("Enregistrer") ?>" />
|
|
</FORM>
|