X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/662273eb4210906e971c4548b0aa1d9b1a8dcd77..421bca9938fcbe0d0cf3e715a27f0a6bc37c15c3:/sistema/www/sistemas/sistemas-datos.php diff --git a/sistema/www/sistemas/sistemas-datos.php b/sistema/www/sistemas/sistemas-datos.php index 0353dd7..689b4a5 100644 --- a/sistema/www/sistemas/sistemas-datos.php +++ b/sistema/www/sistemas/sistemas-datos.php @@ -43,6 +43,7 @@ 'language' => 'es', 'cache' => 'false', 'simple' => 'true')); + $PAGE->addStyleSheet('/MECON/css/general_estilos.css'); $FORM = new MECON_HTML_QuickForm ('sistemas_datos','post','sistemas-datos'); $SISTEMA = new SAMURAI_Sistema ($DB, $_GET['id_sistema']); }