Fix a bad SLANG key in monitor.php

pull/820/head
Emmanuel Papin 2015-04-18 19:37:56 +02:00
parent e92fb40c84
commit 81eaf44595
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ switch ( $tab )
} else {
?>
<tr><td><?php echo $SLANG['RefImageBlendPct'] ?></td><td><input type="text" name="newMonitor[RefBlendPerc]" value="<?php echo validHtmlStr($newMonitor['RefBlendPerc']) ?>" size="4"/></td></tr>
<tr><td><?php echo $SLANG['AlmRefImageBlendPct'] ?></td><td><input type="text" name="newMonitor[AlarmRefBlendPerc]" value="<?php echo validHtmlStr($newMonitor['AlarmRefBlendPerc']) ?>" size="4"/></td></tr>
<tr><td><?php echo $SLANG['AlarmRefImageBlendPct'] ?></td><td><input type="text" name="newMonitor[AlarmRefBlendPerc]" value="<?php echo validHtmlStr($newMonitor['AlarmRefBlendPerc']) ?>" size="4"/></td></tr>
<?php
}
?>