c14a1e2100
Revamped the dual column layout CSS. Improved the Control Panel Group List. Fixed the email verification system. Fixed some visual glitches in the Cosmo Conflux and Cosmo themes. Added the EditGroup, EditGroupLocalPerms, EditGroupGlobalPerms, EditGroupSuperMod and EditGroup Admin permissions. Added the group_exists function. Added the EditGroupPage struct. Swapped some log.Fatal calls out for InternalError calls to avoid whitescreens.
12 lines
839 B
HTML
12 lines
839 B
HTML
<div class="colstack_item colstack_head">
|
|
<div class="rowitem rowhead"><a href="/panel/">Control Panel</a></div>
|
|
</div>
|
|
<div class="colstack_item">
|
|
<div class="rowitem passive"><a href="/panel/users/">Users</a></div>
|
|
<div class="rowitem passive"><a href="/panel/groups/">Groups</a></div>
|
|
{{if .CurrentUser.Perms.ManageForums}}<div class="rowitem passive"><a href="/panel/forums/">Forums</a></div>{{end}}
|
|
{{if .CurrentUser.Perms.EditSettings}}<div class="rowitem passive"><a href="/panel/settings/">Settings</a></div>{{end}}
|
|
{{if .CurrentUser.Perms.ManageThemes}}<div class="rowitem passive"><a href="/panel/themes/">Themes</a></div>{{end}}
|
|
{{if .CurrentUser.Perms.ManagePlugins}}<div class="rowitem passive"><a href="/panel/plugins/">Plugins</a></div>{{end}}
|
|
<div class="rowitem passive"><a href="/forum/1">Reports</a></div>
|
|
</div> |