mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Style theme selector input better.
This commit is contained in:
@@ -152,6 +152,7 @@ class UserAdminForm extends AbstractType
|
||||
'choice_label' => function ($entity, $key, $value) {
|
||||
return $value;
|
||||
},
|
||||
'attr' => ['class' => 'selectpicker'],
|
||||
'placeholder' => $this->trans->trans('user_settings.theme.placeholder'),
|
||||
'label' => $this->trans->trans('user.theme.label'),
|
||||
'disabled' => !$this->security->isGranted('change_user_settings', $entity)
|
||||
|
||||
Reference in New Issue
Block a user