mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Changed the dropdown selects to look the same (custom-select).
This commit is contained in:
@@ -407,7 +407,7 @@ if ( ! function_exists('form_dropdown'))
|
||||
|
||||
$multiple = (count($selected) > 1 && stripos($extra, 'multiple') === FALSE) ? ' multiple="multiple"' : '';
|
||||
|
||||
$form = '<select '.rtrim(_parse_form_attributes($data, $defaults)).$extra.$multiple.">\n";
|
||||
$form = '<select class="custom-select" '.rtrim(_parse_form_attributes($data, $defaults)).$extra.$multiple.">\n";
|
||||
|
||||
foreach ($options as $key => $val)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user