Merge branch 'ent-7284-Warning-creación-agente' into 'develop'

Ent 7284 warning creación agente

See merge request artica/pandorafms!4017
This commit is contained in:
Daniel Rodriguez 2021-05-10 09:10:43 +00:00
commit 5a339ac76e
1 changed files with 2 additions and 2 deletions

View File

@ -1004,9 +1004,9 @@ echo '<div class="action-buttons agent_manager" style="width: '.$table->width.'"
// The context help about the learning mode. // The context help about the learning mode.
if ($modo == 0) { if ($modo == 0) {
echo "<span id='modules_not_learning_mode_context_help pdd_r_10px' '>"; echo "<span id='modules_not_learning_mode_context_help' class='pdd_r_10px'>";
} else { } else {
echo "<span id='modules_not_learning_mode_context_help' style='display:none'>"; echo "<span id='modules_not_learning_mode_context_help' class='invisible'>";
} }
echo clippy_context_help('modules_not_learning_mode'); echo clippy_context_help('modules_not_learning_mode');