X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/d26554a315b8a4e8ce9c16ec9440815d74fadfab..3b2afa96baebfb799446a404373da59a542b9383:/sistema/local_lib/HTML_Noticia.php?ds=sidebyside diff --git a/sistema/local_lib/HTML_Noticia.php b/sistema/local_lib/HTML_Noticia.php index d7dca9b..f6b96f0 100644 --- a/sistema/local_lib/HTML_Noticia.php +++ b/sistema/local_lib/HTML_Noticia.php @@ -76,7 +76,8 @@ class HTML_Noticia extends HTML_Table { $tmp = $this->noticia->getFecha(); $this->addRow(array($tmp->format('Fecha de publicaciĆ³n: %d/%m/%Y')), array('class' => 'ver_mas')); - $this->addRow(array(new HTML_Image('images/blanco.gif')), + $this->addRow(array(new HTML_Image('images/blanco.gif','', + array('height'=>'15', 'width'=>'1', 'border'=>'0'))), array('class' => 'ver_mas')); $tmp = new HTML_Image('images/noticia_anterior.gif'); $this->addRow(array($tmp->toHTML().'volver'),