Add files via upload

This commit is contained in:
Daniel Muñoz Garcia
2021-06-02 13:06:50 +02:00
committed by GitHub
parent 85c8313c1a
commit a67e7b9c23
6 changed files with 58 additions and 53 deletions

View File

@ -29,8 +29,7 @@ class formEditPromotion extends Form{
$errorImg = self::createMensajeError($errores, 'img', 'span', array('class' => 'error'));
$html = '<div class="row">
<fieldset id="promotion_form"><pre>'.$htmlErroresGlobales.'</pre>
<fieldset id="film_form">
<fieldset id="film_form"><pre>'.$htmlErroresGlobales.'</pre>
<legend>Datos de promocion</legend>
<input type="hidden" name="id" value='.$_POST['id'].'/>
<input type="text" name="tittle" id="tittle"value="'.$_POST['tittle'].'"required/><pre>'.$errorTittle.'</pre>