]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Titulares.php
Agrego el objeto HTML_Servicio para dibujar el cuadrito de servicio
[mecon/intranet.git] / sistema / local_lib / HTML_Titulares.php
index 1c003c9ab4655eb5d89987c1636a1938966522e5..dfef13974f6aa20bc09154ff2172be29c84e8e36 100644 (file)
@@ -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