X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/e7b590cdbf44f5e9c8dab58f13b45b685c211a30..66cfbab2db0d677773c904433933b758199bb459:/lib/MECON/HTML/Tabla/estilo_servicio.php diff --git a/lib/MECON/HTML/Tabla/estilo_servicio.php b/lib/MECON/HTML/Tabla/estilo_servicio.php index b1caba4..c8714bd 100644 --- a/lib/MECON/HTML/Tabla/estilo_servicio.php +++ b/lib/MECON/HTML/Tabla/estilo_servicio.php @@ -26,6 +26,7 @@ $Id$ // Opciones para la tabla {{{ return array ( + 'css' => '/MECON/css/html/tabla/servicios', 'atributos' => array ( // {{{ 'tabla_comun' => array( // {{{ 'width' => '100%', @@ -46,17 +47,17 @@ return array ( 'celda_cabecera' => array( // {{{ 'align' => 'center', 'bgcolor' => '#FFFFFF', - 'class' => 'titulo_form', + 'class' => 'mecon_html_tabla_servicios_titulo_form', ), // }}} 'celda_comun' => array( // {{{ 'align' => 'center', 'bgcolor' => '#FFFFFF', - 'class' => 'txt1', + 'class' => 'mecon_html_tabla_servicios_txt1', ), // }}} 'celda_titulo' => array( // {{{ 'align' => 'center', 'bgcolor' => '#FFFFFF', - 'class' => 'txt1', + 'class' => 'mecon_html_tabla_servicios_txt1', ), // }}} 'celda_contenedora' => array( // {{{ ), // }}}