Change period by a module interval input
Former-commit-id: 9f1b25e803d62a6ab501ba701083fd823a14bd64
This commit is contained in:
parent
1f89cccbbe
commit
aecbdabbe0
|
@ -110,7 +110,7 @@ $table->data['1']['1'] .= '</div>';
|
||||||
|
|
||||||
$table->data['1']['1'] .= '<div id="period_container" style="'.$style_period.'">';
|
$table->data['1']['1'] .= '<div id="period_container" style="'.$style_period.'">';
|
||||||
$table->data['1']['1'] .= __('Time Period').' ';
|
$table->data['1']['1'] .= __('Time Period').' ';
|
||||||
$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']['1'] .= '</div>';
|
||||||
|
|
||||||
$table->data['1']['2'] = html_print_submit_button(
|
$table->data['1']['2'] = html_print_submit_button(
|
||||||
|
|
Loading…
Reference in New Issue