]> git.llucax.com Git - mecon/intranet.git/commitdiff
- Arreglé la deformidad del copete.
authorMatías Sklar <msklar@mecon.gov.ar>
Tue, 26 Aug 2003 22:10:02 +0000 (22:10 +0000)
committerMatías Sklar <msklar@mecon.gov.ar>
Tue, 26 Aug 2003 22:10:02 +0000 (22:10 +0000)
sistema/local_lib/HTML_Copete.php

index 4f69c39905d4d09358d47892e09f8e6a099a88b4..f51bea12fbb045f5fca397d3aa5b95d6c7dec5db 100644 (file)
@@ -101,6 +101,13 @@ parent::HTML_Table(array('width'  => '760',
     }
     $fila[] = '<img src="'.PATH_RAIZ.'images/copete_fin.gif" height="30" border="0">';
     $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