Replace label definition and add help tip in custom reports items. Gitlab: #248

This commit is contained in:
m-lopez-f 2017-02-21 13:37:22 +01:00
parent 20b4fb3e6b
commit 16cfadca22
3 changed files with 25455 additions and 31425 deletions

View File

@ -671,7 +671,8 @@ You can of course remove the warnings, that's why we include the source and do n
<tr id="row_period" style="" class="datos"> <tr id="row_period" style="" class="datos">
<td style="font-weight:bold;"> <td style="font-weight:bold;">
<?php <?php
echo __('Period'); echo __('Time lapse');
ui_print_help_tip(__('This is the range, or period of time over which the report renders the information for this report type. For example, a week means data from a week ago from now. '));
?> ?>
</td> </td>
<td style=""> <td style="">

File diff suppressed because it is too large Load Diff