* ajusted views of moduel 'user'.
This commit is contained in:
@@ -42,7 +42,7 @@ class userModel extends model
|
||||
*/
|
||||
public function setUserList($users, $account)
|
||||
{
|
||||
return html::select('account', $users, $account, "onchange=\"switchAccount(this.value, '{$this->app->getMethodName()}')\"");
|
||||
return html::select('account', $users, $account, "onchange=\"switchAccount(this.value, '{$this->app->getMethodName()}')\" class='form-control'");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user