b1af963916
Honor user blocks in ProfileReplyEditSubmit. Reduce boilerplate. Update account_privacy_profile_comments phrase. Add account_privacy_profile_comments_public phrase. Add account_privacy_profile_comments_registered phrase. Add account_privacy_profile_comments_self phrase. Add account_privacy_enable_embeds phrase. Add profile_comments column to users table. Add who_can_convo column to users table. You will need to run the updater / patcher for this commit.
11 lines
452 B
HTML
11 lines
452 B
HTML
<div class="colstack_item colstack_head">
|
|
<div class="rowitem">
|
|
<h1>{{.Agent}}{{lang "panel_stats_views_head_suffix"}}</h1>
|
|
{{template "panel_analytics_time_range.html" . }}
|
|
</div>
|
|
</div>
|
|
<form id="timeRangeForm"name="timeRangeForm"action="/panel/analytics/referrer/{{.Agent}}"method="get"></form>
|
|
<div id="panel_analytics_referrers"class="colstack_graph_holder">
|
|
<div class="ct_chart"></div>
|
|
</div>
|
|
{{template "panel_analytics_script.html" . }} |