mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-01 16:54:49 +02:00
Update reports.tpl
Update translation
This commit is contained in:
parent
c4281f1d54
commit
e21b766a7a
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
<center>
|
||||
<label>
|
||||
<input type="checkbox" id="show_chart" onclick="return setShowChart()">
|
||||
Show chart
|
||||
{Lang::T('Show chart')}
|
||||
</label>
|
||||
</center>
|
||||
<hr style="margin: 1px;">
|
||||
|
@ -73,7 +73,7 @@
|
|||
</div>
|
||||
<div class="box box-primary box-solid">
|
||||
<div class="box-header">
|
||||
<h3 class="box-title">{Lang::dateFormat($sd)} - {Lang::dateFormat($ed)} <sup>Max 30 days</sup></h3>
|
||||
<h3 class="box-title">{Lang::dateFormat($sd)} - {Lang::dateFormat($ed)} <sup>{Lang::T('Max 30 days')}</sup></h3>
|
||||
</div>
|
||||
<div class="box-body row" style="height: 300px;">
|
||||
<canvas id="line_cart"></canvas>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue