CC-4863: I18N:System -> Listener status: string is not translated
This commit is contained in:
parent
4ee7724149
commit
2d09ba3a16
|
@ -5,7 +5,7 @@
|
|||
<div id="date_form" style="float:left; margin:0px 50px 0px 50px"><?php echo $this->date_form; ?></div>
|
||||
<div id="errorStatus" style="float:right; width: 400px">
|
||||
<fieldset class="padded stream-setting-global">
|
||||
<legend>Status</legend>
|
||||
<legend><?php echo _("Status")?></legend>
|
||||
<?php foreach ($this->errorStatus as $k=>$v) {?>
|
||||
<div class='stream-status <?php echo ($v == 'OK')? 'status-good' : 'status-error' ?>'><h3><?php echo $k?>: <?php echo $v?></h3></div>
|
||||
<?php }?>
|
||||
|
|
Loading…
Reference in New Issue