mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
minor fix range input
This commit is contained in:
parent
80015a8691
commit
98dc5f1796
@ -1646,6 +1646,7 @@ function html_print_input_range(
|
|||||||
$output .= ' value="'.$value.'" ';
|
$output .= ' value="'.$value.'" ';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$output .= ' name="'.$name.'" ';
|
||||||
$output .= ' id="'.$id.'" ';
|
$output .= ' id="'.$id.'" ';
|
||||||
$output .= ' min="'.$min.'" ';
|
$output .= ' min="'.$min.'" ';
|
||||||
$output .= ' max="'.$max.'" ';
|
$output .= ' max="'.$max.'" ';
|
||||||
@ -1655,6 +1656,10 @@ function html_print_input_range(
|
|||||||
|
|
||||||
$output .= ' />';
|
$output .= ' />';
|
||||||
|
|
||||||
|
if ($return === false) {
|
||||||
|
echo $return;
|
||||||
|
}
|
||||||
|
|
||||||
return $output;
|
return $output;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user