From 9696a1199ce67a92e9896a0e3b21b9c9d2ef1562 Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 16 Sep 2020 10:17:58 +0200 Subject: [PATCH] Changed the dropdown selects to look the same (custom-select). --- application/views/user/add.php | 2 +- application/views/user/edit.php | 4 ++-- system/helpers/form_helper.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/user/add.php b/application/views/user/add.php index 3013d189..3dfd4ec3 100644 --- a/application/views/user/add.php +++ b/application/views/user/add.php @@ -27,7 +27,7 @@
- config->item('auth_level'); diff --git a/application/views/user/edit.php b/application/views/user/edit.php index 80f40b5e..453950ef 100644 --- a/application/views/user/edit.php +++ b/application/views/user/edit.php @@ -64,7 +64,7 @@ session->userdata('user_type') == 99) { ?> - config->item('auth_level'); while (list($key, $val) = each($levels)) { @@ -135,7 +135,7 @@
- diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index 13f19631..5c3ff62f 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -407,7 +407,7 @@ if ( ! function_exists('form_dropdown')) $multiple = (count($selected) > 1 && stripos($extra, 'multiple') === FALSE) ? ' multiple="multiple"' : ''; - $form = '\n"; foreach ($options as $key => $val) {