Update index.phtml
- Replacing HTML text output by php function 'echo' to optimize .po translation.
This commit is contained in:
parent
a00a81db4f
commit
05ccb8dd02
|
@ -3,7 +3,7 @@
|
|||
<div id="flot_placeholder" style="height:300px;margin:0px 50px 0px 50px"></div>
|
||||
<div id="legend" style="width:600px;height:70px;margin:0px 50px 0px 50px"></div>
|
||||
<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; ?>
|
||||
</div>
|
||||
<div id="errorStatus" style="float:right; width: 400px">
|
||||
|
|
Loading…
Reference in New Issue