mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Aggiunta validazione AJAX dei campi
This commit is contained in:
@@ -201,12 +201,12 @@ function translateTemplate()
|
||||
|
||||
$template = ob_get_clean();
|
||||
|
||||
$template = \HTMLBuilder\HTMLBuilder::replace($template);
|
||||
|
||||
$template = str_replace('$id_module$', $id_module, $template);
|
||||
$template = str_replace('$id_plugin$', $id_plugin, $template);
|
||||
$template = str_replace('$id_record$', $id_record, $template);
|
||||
|
||||
$template = \HTMLBuilder\HTMLBuilder::replace($template);
|
||||
|
||||
// Informazioni estese sulle azioni dell'utente
|
||||
if (!empty(post('op')) && post('op') != 'send-email') {
|
||||
operationLog(post('op'));
|
||||
|
Reference in New Issue
Block a user