Merge branch '2457-Formulario-de-creacion-repetido' into 'develop'

added check whto skip alert creation table printing in cluster alert  only when step is 5

See merge request artica/pandorafms!1851
This commit is contained in:
vgilc 2018-10-11 08:06:44 +02:00
commit ae5858c428
1 changed files with 2 additions and 1 deletions

View File

@ -138,6 +138,7 @@ if (check_acl ($config['id_user'], 0, "LM")) {
echo '<form class="add_alert_form" method="post">';
if (!isset($step) || $step!=5)
html_print_table ($table);
echo '<div class="action-buttons" style="width: '.$table->width.'">';