diff --git a/application/admin/view/user/user/edit.html b/application/admin/view/user/user/edit.html index 8659a25d..73914f40 100644 --- a/application/admin/view/user/user/edit.html +++ b/application/admin/view/user/user/edit.html @@ -2,7 +2,7 @@ {:token()}
- +
{$groupList}
@@ -28,13 +28,13 @@
- +
- +
@@ -58,7 +58,7 @@
- +
{:build_radios('row[gender]', ['1'=>__('Male'), '0'=>__('Female')], $row['gender'])}
@@ -136,7 +136,7 @@
- +
{:build_radios('row[status]', ['normal'=>__('Normal'), 'hidden'=>__('Hidden')], $row['status'])}