X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/89bf19b89812163353d94256d7adb0f3a9cda453..20d4a7ba7b9c030db66d4f655caa4cc481a509ae:/sistema/local_lib/HTML_Copete.php
diff --git a/sistema/local_lib/HTML_Copete.php b/sistema/local_lib/HTML_Copete.php
index 7b149d1..3b45bef 100644
--- a/sistema/local_lib/HTML_Copete.php
+++ b/sistema/local_lib/HTML_Copete.php
@@ -49,16 +49,29 @@ class HTML_Copete extends HTML_Table {
*/
function HTML_Copete($seccion) // ~X2C
{
- $mapa = '';
+ $mapa = '';
parent::HTML_Table(array('width' => '760',
@@ -100,7 +113,11 @@ parent::HTML_Table(array('width' => '760',
break;
}
$fila[] = '';
- $this->addRow($fila, array('class' => 'copete_titulo_vinculos'));
+ $this->addRow($fila, array('class' => 'copete_titulo_vinculos'));
+ {
+ for($n = 0; $n < 4; $n++)
+ $this->updateCellAttributes(1, $n, array('width'=>$anchos[$n]));
+ }
}
// -X2C
@@ -111,7 +128,7 @@ parent::HTML_Table(array('width' => '760',
*/
function getCSS() // ~X2C
{
- return "css/copete.css";
+ return PATH_RAIZ."css/copete.css";
}
// -X2C