10848-Small input graph form

This commit is contained in:
Pablo Aragon 2023-04-17 15:30:56 +02:00
parent 6bc185e148
commit 54767d20a3
1 changed files with 12 additions and 4 deletions

View File

@ -420,7 +420,11 @@ ui_print_message_dialog(
'', '',
10, 10,
20, 20,
true true,
false,
false,
'',
'small-input'
); );
$table->data[0][2] = __('Begin time'); $table->data[0][2] = __('Begin time');
@ -430,11 +434,15 @@ ui_print_message_dialog(
'', '',
10, 10,
10, 10,
true true,
false,
false,
'',
'small-input'
); );
$table->data[1][0] = __('Time range'); $table->data[1][0] = __('Time range');
$table->data[1][1] = html_print_extended_select_for_time( $table->data[1][1] = '<div class="small-input-select2">'.html_print_extended_select_for_time(
'period', 'period',
$period, $period,
'', '',
@ -442,7 +450,7 @@ ui_print_message_dialog(
0, 0,
7, 7,
true true
); ).'</div>';
$table->data[1][2] = __('Time compare (Separated)'); $table->data[1][2] = __('Time compare (Separated)');
$table->data[1][3] = html_print_checkbox_switch( $table->data[1][3] = html_print_checkbox_switch(