mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fix minor issue
This commit is contained in:
parent
63d83b3f97
commit
d8cdb13b59
@ -111,7 +111,7 @@ $table->data[1][] = html_print_label_input_block(
|
|||||||
$date_lower,
|
$date_lower,
|
||||||
'',
|
'',
|
||||||
10,
|
10,
|
||||||
7,
|
10,
|
||||||
true
|
true
|
||||||
).html_print_input_text(
|
).html_print_input_text(
|
||||||
'time_lower',
|
'time_lower',
|
||||||
@ -141,16 +141,6 @@ $table->data[1][] = html_print_label_input_block(
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
true
|
true
|
||||||
).html_print_label_input_block(
|
|
||||||
'',
|
|
||||||
html_print_checkbox_switch(
|
|
||||||
'is_period',
|
|
||||||
1,
|
|
||||||
($is_period === true) ? 1 : 0,
|
|
||||||
true,
|
|
||||||
false,
|
|
||||||
'network_report_click_period(event)'
|
|
||||||
).'<label style="position:relative; top:13px">'.__('Defined period').'</label>',
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -165,7 +155,7 @@ $table->data[1][] = html_print_label_input_block(
|
|||||||
$date_greater,
|
$date_greater,
|
||||||
'',
|
'',
|
||||||
10,
|
10,
|
||||||
7,
|
10,
|
||||||
true
|
true
|
||||||
).html_print_input_text(
|
).html_print_input_text(
|
||||||
'time_greater',
|
'time_greater',
|
||||||
@ -180,6 +170,18 @@ $table->data[1][] = html_print_label_input_block(
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$table->data[2][] = html_print_label_input_block(
|
||||||
|
__('Defined period'),
|
||||||
|
html_print_checkbox_switch(
|
||||||
|
'is_period',
|
||||||
|
1,
|
||||||
|
($is_period === true) ? 1 : 0,
|
||||||
|
true,
|
||||||
|
false,
|
||||||
|
'network_report_click_period(event)'
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
echo '<form method="post">';
|
echo '<form method="post">';
|
||||||
html_print_input_hidden('order_by', $order_by);
|
html_print_input_hidden('order_by', $order_by);
|
||||||
if (empty($main_value) === false) {
|
if (empty($main_value) === false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user