9 lines
554 B
PHP
Executable File
9 lines
554 B
PHP
Executable File
<?php $this->titre = "Tâches - Texte libre sur CP"; ?>
|
|
|
|
|
|
<legend><?= _("TEXTE LIBRE SUR LES CONDITIONS PARTICULIERES DE LA POLICE") . " : " . $this->nettoyer($_SESSION['numeroPolice_C']) ?> </legend>
|
|
<FORM method="POST" action="Textecp/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>
|