diff --git a/common/pages.go b/common/pages.go index 89180a94..dba4988b 100644 --- a/common/pages.go +++ b/common/pages.go @@ -208,8 +208,8 @@ type ProfilePage struct { CurrentScore int NextScore int Blocked bool - CanMessage bool - CanComment bool + CanMessage bool + CanComment bool } type CreateTopicPage struct { @@ -385,6 +385,13 @@ type PanelSetting struct { FriendlyName string } +type PanelUserEditPage struct { + *BasePanelPage + Groups []*Group + User *User + ShowEmail bool +} + type PanelSettingPage struct { *BasePanelPage ItemList []OptionLabel