Add files via upload

This commit is contained in:
Fernando Méndez 2021-05-27 22:08:17 +02:00 committed by GitHub
parent 9b168a97df
commit f9963bbca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
$formHTML = $form->gestiona();
//Page-specific content:
$section = '<div class="code">
$section = '<div class="code pay">
<h2>Completar la Compra</h2><hr />
<!-- Purchase Form -->
'.$formHTML.'

View File

@ -58,6 +58,7 @@ class FormPurchase extends Form {
$html = "<div class='row'>
<fieldset id='datos_entrada'>
<legend>Resumen de la Compra</legend>
<img src='"."../img/films/".$this->film->getImg()."' alt='".$this->film->getTittle()."' />
<p>Película: ".str_replace('_', ' ', strtoupper($this->film->getTittle()))."</p>
<p>Cine: ".$this->cinema->getName()."</p>
<p>Sala: ".$this->session->getIdhall()."</p>