mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-6012-servicios-dinamicos' into ent-6000-operaciones-masivas-de-servicios
This commit is contained in:
commit
02299bffdb
@ -1646,6 +1646,7 @@ function html_print_input_range(
|
||||
$output .= ' value="'.$value.'" ';
|
||||
}
|
||||
|
||||
$output .= ' name="'.$name.'" ';
|
||||
$output .= ' id="'.$id.'" ';
|
||||
$output .= ' min="'.$min.'" ';
|
||||
$output .= ' max="'.$max.'" ';
|
||||
@ -1655,6 +1656,10 @@ function html_print_input_range(
|
||||
|
||||
$output .= ' />';
|
||||
|
||||
if ($return === false) {
|
||||
echo $return;
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user