Update show.phtml
- Replacing HTML text output by php function 'echo' to optimize .po translation.
This commit is contained in:
parent
05ccb8dd02
commit
5d3c5ec185
|
@ -2,7 +2,7 @@
|
||||||
<H2><?php echo _("Listeners")?></H2>
|
<H2><?php echo _("Listeners")?></H2>
|
||||||
<div class="error_window"></div>
|
<div class="error_window"></div>
|
||||||
<div id="date_form" style="float:left; margin:0px 0px">
|
<div id="date_form" style="float:left; margin:0px 0px">
|
||||||
<h3 style="padding-left: 0px">Date Range</h3>
|
<h3 style="padding-left: 0px"><?php echo _("Date Range") ?></h3>
|
||||||
<?php echo $this->date_form; ?>
|
<?php echo $this->date_form; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue