]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MLIB/HTML/Tabla/estilo_claro.php
Se agrega un ejemplo sobre la utilizacion de los PDF con la nueva clase
[mecon/meconlib.git] / lib / MLIB / HTML / Tabla / estilo_claro.php
index 5836748c4b92543156f57f0f9c2a0389eb3fa8a8..0eb114568982fc1ec85823a345be9f75050cd4f9 100644 (file)
@@ -1,16 +1,15 @@
 <?php /* vim: set binary expandtab tabstop=4 shiftwidth=4 tw=80 fdm=marker:
 -------------------------------------------------------------------------------
 <?php /* vim: set binary expandtab tabstop=4 shiftwidth=4 tw=80 fdm=marker:
 -------------------------------------------------------------------------------
-                             Ministerio de Economía
-                                    meconlib
+                                    mlib
 -------------------------------------------------------------------------------
 -------------------------------------------------------------------------------
-This file is part of meconlib.
+This file is part of mlib.
 
 
-meconlib is free software; you can redistribute it and/or modify it under
+mlib is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
 Software Foundation; either version 2 of the License, or (at your option)
 any later version.
 
 the terms of the GNU General Public License as published by the Free
 Software Foundation; either version 2 of the License, or (at your option)
 any later version.
 
-meconlib is distributed in the hope that it will be useful, but WITHOUT
+mlib is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  
@@ -49,19 +48,19 @@ return array (
                'bgcolor' => '#FFFFFF',
                'valign'  => 'middle',
                'align'   => 'left',
                'bgcolor' => '#FFFFFF',
                'valign'  => 'middle',
                'align'   => 'left',
-            'class'   => 'mecon_html_tabla_claro_cabecera',
+            'class'   => 'mlib_html_tabla_claro_cabecera',
         ), // }}}
         'celda_titulo' => array( // {{{
                'bgcolor' => '#FFFFFF',
                'valign'  => 'middle',
                'align'   => 'left',
         ), // }}}
         'celda_titulo' => array( // {{{
                'bgcolor' => '#FFFFFF',
                'valign'  => 'middle',
                'align'   => 'left',
-            'class'   => 'mecon_html_tabla_claro_titulo',
+            'class'   => 'mlib_html_tabla_claro_titulo',
         ), // }}}
         'celda_comun' => array( // {{{
                'bgcolor' => '#FFFFFF',
                'valign'  => 'middle',
                'align'   => 'left',
         ), // }}}
         'celda_comun' => array( // {{{
                'bgcolor' => '#FFFFFF',
                'valign'  => 'middle',
                'align'   => 'left',
-            'class'   => 'mecon_html_tabla_claro_comun',
+            'class'   => 'mlib_html_tabla_claro_comun',
         ), // }}}
     ), // }}}
 );
         ), // }}}
     ), // }}}
 );