25074b58b2
We now have an Advanced Forum Permissions Editor providing more granular control over permissions. Tweaked the button CSS and some other bits and pieces. Added a details section to the View Count Graph. Renamed a few template files for the sake of consistency and for an upcoming refactor. Unknown user agents are now logged in debug mode. Added GetCopy() to the forum permissions store. Fixed a crash bug in the forum deletion action. Refactored the permissions list in the group permissions editor.
13 lines
369 B
HTML
13 lines
369 B
HTML
{{template "header.html" . }}
|
|
<main>
|
|
<div class="rowblock rowhead">
|
|
<div class="rowitem"><h1>Are you sure?</h1></div>
|
|
</div>
|
|
<div class="rowblock">
|
|
<div class="rowitem passive">{{.Something.Message}}<br /><br />
|
|
<a class="username" href="{{.Something.URL}}?session={{.CurrentUser.Session}}">Continue</a>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
{{template "footer.html" . }}
|