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