From b4816bec493913a55f23735def66c60b1a74e4eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Sklar?= Date: Tue, 26 Aug 2003 22:10:02 +0000 Subject: [PATCH] =?utf8?q?-=20Arregl=C3=A9=20la=20deformidad=20del=20copet?= =?utf8?q?e.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sistema/local_lib/HTML_Copete.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sistema/local_lib/HTML_Copete.php b/sistema/local_lib/HTML_Copete.php index 4f69c39..f51bea1 100644 --- a/sistema/local_lib/HTML_Copete.php +++ b/sistema/local_lib/HTML_Copete.php @@ -101,6 +101,13 @@ parent::HTML_Table(array('width' => '760', } $fila[] = ''; $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,3,array('width'=>'11')); } // -X2C -- 2.43.0