Ent 7284 warning creación agente

This commit is contained in:
Daniel Maya 2021-05-10 09:10:43 +00:00 committed by Daniel Rodriguez
parent 77a1de6b1b
commit cdf0e1a4f4
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.
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 {
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');