]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Titulares.php
Correccion para que se vean los nombres de los campos de noticia igual a la herramienta
[mecon/intranet.git] / sistema / local_lib / HTML_Titulares.php
index 1c003c9ab4655eb5d89987c1636a1938966522e5..03d2b1d66abba71b706934eb0380fa7a189491e3 100644 (file)
@@ -105,10 +105,11 @@ 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
 
 } // -X2C Class :HTML_Titulares
-?>
+?>
\ No newline at end of file