From 66cfbab2db0d677773c904433933b758199bb459 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 22 Sep 2003 17:13:19 +0000 Subject: [PATCH] Se acomodan los estilos de tablas en un directorio. --- lib/MECON/HTML/Tabla/estilo_comun.php | 2 +- lib/MECON/HTML/Tabla/estilo_impresion.php | 2 +- lib/MECON/HTML/Tabla/estilo_servicio.php | 2 +- www/css/html/{tabla_comun.css => tabla/comun.css} | 0 www/css/html/{tabla_servicios.css => tabla/servicios.css} | 0 5 files changed, 3 insertions(+), 3 deletions(-) rename www/css/html/{tabla_comun.css => tabla/comun.css} (100%) rename www/css/html/{tabla_servicios.css => tabla/servicios.css} (100%) 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 -- 2.43.0