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.
11 lines
323 B
HTML
11 lines
323 B
HTML
{{template "header.html" . }}
|
|
{{template "panel-menu.html" . }}
|
|
<div class="colstack_right">
|
|
<div class="colstack_item colstack_head">
|
|
<div class="rowitem rowhead"><a>Dashboard</a></div>
|
|
</div>
|
|
<div class="colstack_item">
|
|
<div class="rowitem passive">Coming Soon...</div>
|
|
</div>
|
|
</div>
|
|
{{template "footer.html" . }} |