From: Leandro Lucarella Date: Mon, 22 Sep 2003 17:13:19 +0000 (+0000) Subject: Se acomodan los estilos de tablas en un directorio. X-Git-Tag: svn_import~265 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/66cfbab2db0d677773c904433933b758199bb459?ds=sidebyside Se acomodan los estilos de tablas en un directorio. --- diff --git a/lib/MECON/HTML/Tabla/estilo_comun.php b/lib/MECON/HTML/Tabla/estilo_comun.php index be86ff6..014a498 100644 --- a/lib/MECON/HTML/Tabla/estilo_comun.php +++ b/lib/MECON/HTML/Tabla/estilo_comun.php @@ -26,7 +26,7 @@ $Id$ // Opciones para la tabla {{{ return array ( - 'css' => '/MECON/css/html/tabla_comun', + 'css' => '/MECON/css/html/tabla/comun', 'atributos' => array ( // {{{ 'tabla_comun' => array( // {{{ 'width' => '100%', diff --git a/lib/MECON/HTML/Tabla/estilo_impresion.php b/lib/MECON/HTML/Tabla/estilo_impresion.php index d9e5ef9..0cb0bfe 100644 --- a/lib/MECON/HTML/Tabla/estilo_impresion.php +++ b/lib/MECON/HTML/Tabla/estilo_impresion.php @@ -26,7 +26,7 @@ $Id$ // Opciones para la tabla {{{ return array ( - 'css' => '/MECON/css/html/tabla_comun', + 'css' => '/MECON/css/html/tabla/comun', 'atributos' => array ( // {{{ 'tabla_comun' => array( // {{{ 'width' => '100%', diff --git a/lib/MECON/HTML/Tabla/estilo_servicio.php b/lib/MECON/HTML/Tabla/estilo_servicio.php index 289b47c..c8714bd 100644 --- a/lib/MECON/HTML/Tabla/estilo_servicio.php +++ b/lib/MECON/HTML/Tabla/estilo_servicio.php @@ -26,7 +26,7 @@ $Id$ // Opciones para la tabla {{{ return array ( - #'css' => '/MECON/css/html/tabla_servicios', + 'css' => '/MECON/css/html/tabla/servicios', 'atributos' => array ( // {{{ 'tabla_comun' => array( // {{{ 'width' => '100%', diff --git a/www/css/html/tabla_comun.css b/www/css/html/tabla/comun.css similarity index 100% rename from www/css/html/tabla_comun.css rename to www/css/html/tabla/comun.css diff --git a/www/css/html/tabla_servicios.css b/www/css/html/tabla/servicios.css similarity index 100% rename from www/css/html/tabla_servicios.css rename to www/css/html/tabla/servicios.css