1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00
This commit is contained in:
Thomas Zilio
2018-09-26 15:37:46 +02:00
parent 6ad8122f41
commit 2efd4b6300
18 changed files with 381 additions and 222 deletions

View File

@@ -17,7 +17,7 @@ switch (post('op')) {
'top' => post('top'),
], ['id' => $id_record]);
$_SESSION['infos'][] = tr('Salvataggio completato!');
flash()->info(tr('Salvataggio completato!'));
break;
@@ -34,7 +34,7 @@ switch (post('op')) {
]);
$id_record = $dbo->lastInsertedID();
$_SESSION['infos'][] = tr('Nuovo campo personalizzato creato!');
flash()->info(tr('Nuovo campo personalizzato creato!'));
break;