'language' => 'es',
'cache' => 'false',
'simple' => 'true'));
- $PAGE->addStyleSheet('/MECON/css/general_estilos.css');
+ $PAGE->addStyleSheet('/MECON/css/marco.css');
$FORM = new MECON_HTML_QuickForm ('perfil_datos','post','perfil-datos');
$PERFIL = new SAMURAI_Perfil($DB, $_GET['id_perfil'],
$_SESSION['samurai']['id_sistema']);
'language' => 'es',
'cache' => 'false',
'simple' => 'true'));
- $PAGE->addStyleSheet('/MECON/css/general_estilos.css');
+ $PAGE->addStyleSheet('/MECON/css/marco.css');
$FORM = new MECON_HTML_QuickForm ('sistemas_datos','post','sistemas-datos');
$SISTEMA = new SAMURAI_Sistema ($DB, $_GET['id_sistema']);
}
'language' => 'es',
'cache' => 'false',
'simple' => 'true'));
- $PAGE->addStyleSheet('/MECON/css/general_estilos.css');
+ $PAGE->addStyleSheet('/MECON/css/marco.css');
$FORM = new MECON_HTML_QuickForm ('usuarios_datos','post','usuarios-datos');
$USUARIO = new SAMURAI_Usuario($DB, $_GET['login'],
$_SESSION['samurai']['id_sistema']);