]> git.llucax.com Git - mecon/intranet.git/commitdiff
- Corregí el tamaño de una celda.
authorMatías Sklar <msklar@mecon.gov.ar>
Wed, 27 Aug 2003 17:47:38 +0000 (17:47 +0000)
committerMatías Sklar <msklar@mecon.gov.ar>
Wed, 27 Aug 2003 17:47:38 +0000 (17:47 +0000)
sistema/local_lib/HTML_Copete.php

index f51bea12fbb045f5fca397d3aa5b95d6c7dec5db..9e68b66ef5f7e1fcfe5f9f2d75dab239dd4c9c87 100644 (file)
@@ -103,10 +103,7 @@ parent::HTML_Table(array('width'  => '760',
     $this->addRow($fila, array('class' => 'copete_titulo_vinculos'));        
     $this->updateCellAttributes(2,0,array('width'=>'12'));
     $this->updateCellAttributes(2,1,array('width'=>'25'));
     $this->addRow($fila, array('class' => 'copete_titulo_vinculos'));        
     $this->updateCellAttributes(2,0,array('width'=>'12'));
     $this->updateCellAttributes(2,1,array('width'=>'25'));
-    if($seccion=='noticias')
-    {
-        $this->updateCellAttributes(2,2,array('width'=>'712'));
-    }
+    $this->updateCellAttributes(2,2,array('width'=>'712'));
     $this->updateCellAttributes(2,3,array('width'=>'11'));
     }
     // -X2C
     $this->updateCellAttributes(2,3,array('width'=>'11'));
     }
     // -X2C