Change period by a module interval input

Former-commit-id: 9f1b25e803d62a6ab501ba701083fd823a14bd64
This commit is contained in:
fermin831 2019-03-07 15:15:16 +01:00
parent 1f89cccbbe
commit aecbdabbe0
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ $table->data['1']['1'] .= '</div>';
$table->data['1']['1'] .= '<div id="period_container" style="'.$style_period.'">';
$table->data['1']['1'] .= __('Time Period').'&nbsp;&nbsp;';
$table->data['1']['1'] .= html_print_input_text('period', $period, '', 7, 8, true);
$table->data['1']['1'] .= html_print_extended_select_for_time('period', $period, '', '', 0, false, true);
$table->data['1']['1'] .= '</div>';
$table->data['1']['2'] = html_print_submit_button(