mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-16 07:56:00 +00:00
Compare commits
2 Commits
analysis-6
...
develop
Author | SHA1 | Date | |
---|---|---|---|
6829495ca9 | |||
12ff042c1d |
@@ -258,7 +258,9 @@ class AportaContenido {
|
||||
$mensaje = '<div class="alert alert-success">';
|
||||
$mensaje .= 'Bienvenid@ ' . $this->usuario . '</div>';
|
||||
case 'principal': // contenido inicial
|
||||
$mensaje = "";
|
||||
if (!isset($mensaje)) {
|
||||
$mensaje = "";
|
||||
}
|
||||
$creditos = "$('#creditos').modal({keyboard: false});";
|
||||
$centro = '<div class="well well-sm">' . CENTRO . '</div>';
|
||||
$tabla = $this->creaTablaAcercaDe();
|
||||
|
Reference in New Issue
Block a user