mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-16 16:05:58 +00:00
Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
335674a0bc | |||
2488b7943d | |||
453045eee2 | |||
da1fccf1fd | |||
dcc0662dfb | |||
f47e1e5cd1 | |||
5484495d5a | |||
7272e2b85a | |||
6148593c7c |
@@ -258,9 +258,7 @@ class AportaContenido {
|
||||
$mensaje = '<div class="alert alert-success">';
|
||||
$mensaje .= 'Bienvenid@ ' . $this->usuario . '</div>';
|
||||
case 'principal': // contenido inicial
|
||||
if (!isset($mensaje)) {
|
||||
$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