- Solved small bugs in alert association (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@38 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3f75397e1e
commit
604571127b
|
@ -965,7 +965,7 @@ while ($row=mysql_fetch_array($result)){
|
||||||
|
|
||||||
<tr><td class="datos"><?php echo $lang_label["min"]." ".$lang_label["alerts"] ?>
|
<tr><td class="datos"><?php echo $lang_label["min"]." ".$lang_label["alerts"] ?>
|
||||||
<td class="datos">
|
<td class="datos">
|
||||||
<input type="text" name="mix_alerts" size="5" value="<?php if (isset($alerta_min_alerts)) {echo$alerta_min_alerts;} ?>">
|
<input type="text" name="min_alerts" size="5" value="<?php if (isset($alerta_min_alerts)) {echo$alerta_min_alerts;} ?>">
|
||||||
|
|
||||||
<?php echo $lang_label["max"]." ".$lang_label["alerts"] ?>
|
<?php echo $lang_label["max"]." ".$lang_label["alerts"] ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue