From e7dea5a8a91e9fa0981cb249992e2065232c0459 Mon Sep 17 00:00:00 2001 From: rmontanana Date: Sat, 19 Apr 2014 01:33:41 +0200 Subject: [PATCH 1/2] =?UTF-8?q?A=C3=B1adidos=20los=20botones=20de=20acci?= =?UTF-8?q?=C3=B3n=20en=20Mantenimiento=20tipo=20bootstrap=20y=20en=20Conf?= =?UTF-8?q?iguraci=C3=B3n=20se=20puede=20seleccionar=20este=20estilo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configuracion.php | 2 ++ Mantenimiento.php | 72 ++++++++++++++++++++++++++++++++++------------- 2 files changed, 55 insertions(+), 19 deletions(-) diff --git a/Configuracion.php b/Configuracion.php index 9985650..32cc446 100644 --- a/Configuracion.php +++ b/Configuracion.php @@ -100,6 +100,7 @@ class Configuracion { $personal = $this->datosConf['ESTILO'] == "personal" ? 'selected' : ' '; $bluecurve = $this->datosConf['ESTILO'] == "bluecurve" ? 'selected' : ' '; $cristal = $this->datosConf['ESTILO'] == "cristal" ? 'selected' : ' '; + $bootst = $this->datosConf['ESTILO'] == "bootstrap" ? 'selected' : ' '; $normal = $this->datosConf['PLANTILLA'] == "normal" ? 'selected' : ' '; $bootstrap = $this->datosConf['PLANTILLA'] == "bootstrap" ? 'selected' : ' '; $salida = '
'; @@ -114,6 +115,7 @@ class Configuracion { $salida.='Estilo'; $salida.='Color Lateral (bootstrap)' . '

'); define('MENSAJE_DEMO', 'Puede Iniciar sesión con
usuario demo
contraseña demo
'); -define('USUARIO_INCORRECTO', '

'); +define('USUARIO_INCORRECTO', '

'); define('CREDITOS', '