* ajusted views of moduel 'user'.

This commit is contained in:
Catouse
2014-04-03 15:01:15 +08:00
parent f1183fed54
commit d2a30ecfb0
26 changed files with 368 additions and 341 deletions
+1 -1
View File
@@ -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'");
}
/**