- 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:
raulmateos 2006-05-30 18:38:45 +00:00
parent 3f75397e1e
commit 604571127b
1 changed files with 1 additions and 1 deletions

View File

@ -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;} ?>">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<?php echo $lang_label["max"]." ".$lang_label["alerts"] ?> <?php echo $lang_label["max"]." ".$lang_label["alerts"] ?>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;