Funcional y ademas sin notices

This commit is contained in:
Markines16
2021-05-13 23:58:18 +02:00
committed by GitHub
parent a6636ca786
commit fdf0a17edd
3 changed files with 47 additions and 38 deletions

View File

@ -46,8 +46,9 @@ class FormSession extends Form {
$htmlErroresGlobales = self::generaListaErroresGlobales($errores);
$errorPrice = self::createMensajeError($errores, 'price', 'span', array('class' => 'error'));
$html .= '
$errorFormat = self::createMensajeError($errores, 'format', 'span', array('class' => 'error'));
$html = '
<div class="column left">'.$htmlErroresGlobales.' '.$errorPrice.'
<fieldset>
<legend>Datos</legend>