X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/89bf19b89812163353d94256d7adb0f3a9cda453..318a2f102fc0f2b56fe3b85d5ffbc7e812613761:/sistema/local_lib/HTML_Copete.php diff --git a/sistema/local_lib/HTML_Copete.php b/sistema/local_lib/HTML_Copete.php index 7b149d1..9e68b66 100644 --- a/sistema/local_lib/HTML_Copete.php +++ b/sistema/local_lib/HTML_Copete.php @@ -51,13 +51,13 @@ class HTML_Copete extends HTML_Table { { $mapa = ' Intranet - Mapa de Intranet - Cambio de Clave - Ayuda - E-mail - Sistemas - Servicios - Noticias + E-mail + Cambio de Clave + Ayuda + Logout + Sistemas + Servicios + Noticias '; @@ -101,6 +101,10 @@ 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')); + $this->updateCellAttributes(2,2,array('width'=>'712')); + $this->updateCellAttributes(2,3,array('width'=>'11')); } // -X2C @@ -111,7 +115,7 @@ parent::HTML_Table(array('width' => '760', */ function getCSS() // ~X2C { - return "css/copete.css"; + return PATH_RAIZ."css/copete.css"; } // -X2C