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:
commit
ae5858c428
|
@ -138,7 +138,8 @@ if (check_acl ($config['id_user'], 0, "LM")) {
|
||||||
|
|
||||||
echo '<form class="add_alert_form" method="post">';
|
echo '<form class="add_alert_form" method="post">';
|
||||||
|
|
||||||
html_print_table ($table);
|
if (!isset($step) || $step!=5)
|
||||||
|
html_print_table ($table);
|
||||||
|
|
||||||
echo '<div class="action-buttons" style="width: '.$table->width.'">';
|
echo '<div class="action-buttons" style="width: '.$table->width.'">';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue