]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Noticia.php
Agregue los archivos para el uso del servicio Legajos de Personal.
[mecon/intranet.git] / sistema / local_lib / HTML_Noticia.php
index 15b8a315605726e96eae823e90bc4a7b1808e992..901a5accc655d6a1f0ac1658effe9b76fd7a7979 100644 (file)
@@ -92,14 +92,14 @@ class HTML_Noticia extends HTML_Table {
            if($this->nuevo)
            {
                $nuevo = new HTML_Image('images/noticia_nuevo.gif');
-               $img_str = $nuevo->toHTML();
+               $img_str = ' '.$nuevo->toHTML();
            }
             $this->addRow(array("<a href='$this->link' class='titulo_noticia'>".$this->noticia->getTitulo().$img_str.'<a>'), array('class' => 'titulo_noticia'));
             $tmp = $this->noticia->getFecha();
             $this->addRow(array($tmp->format('(%d/%m/%Y)')),
                          array('class' => 'fecha_noticia'));
            $mas = new HTML_Image('images/noticia_mas.gif');
-            $this->addRow(array("<a href='$this->vermas' class='ver_mas'>".$mas->toHTML().'ver más</a>'),
+            $this->addRow(array("<a href='$this->vermas' class='ver_mas'>".$mas->toHTML().' ver más</a>'),
                          array('class' => 'ver_mas'));
             $this->addRow(array(new HTML_Image('images/noticia_linea_puntos.gif')),
                          array('class' => 'ver_mas'));
@@ -121,6 +121,7 @@ class HTML_Noticia extends HTML_Table {
        $params = array('width'      => '280',
                        'border'     =>'0',
                        'cellPadding'=>'0');
+        echo '<link rel="stylesheet" href="css/noticias.css">';
        parent::HTML_Table($params);
     }
     // -X2C