X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/83cf0a600579a4b59b7458f42eacf92eb75ba5b5..53e18344699b0c7545128534f757e4d4f3ec639f:/sistema/local_lib/HTML_Titulares.php?ds=sidebyside diff --git a/sistema/local_lib/HTML_Titulares.php b/sistema/local_lib/HTML_Titulares.php index 1c003c9..dfef139 100644 --- a/sistema/local_lib/HTML_Titulares.php +++ b/sistema/local_lib/HTML_Titulares.php @@ -91,6 +91,8 @@ class HTML_Titulares extends HTML_Table { { $n = new noticia($row[0]); $not = new HTML_Noticia($n); + $not->setLink("una_noticia.php?numero=$row[0]"); + $not->setVerMas("noticias?grupo=TODO"); if($row[1] == 'NUEVA') $not->setNuevo(true); if($impar) @@ -105,8 +107,9 @@ class HTML_Titulares extends HTML_Table { } } - - $this->addRow(array($ht1,$ht2)); + $this->addRow(array($ht1,$ht2)); + $this->updateCellAttributes(0,0,array('valign'=>'top')); + $this->updateCellAttributes(0,1,array('valign'=>'top')); } // -X2C