forked from GithubBackups/vichan
Looked at dashboard modLog for expire.php
This commit is contained in:
parent
ef83cb2dea
commit
7201c38567
@ -163,6 +163,8 @@ function mod_dashboard() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$args['logout_token'] = make_secure_link_token('logout');
|
$args['logout_token'] = make_secure_link_token('logout');
|
||||||
|
|
||||||
|
modLog('Looked at dashboard', false);
|
||||||
|
|
||||||
mod_page(_('Dashboard'), 'mod/dashboard.html', $args);
|
mod_page(_('Dashboard'), 'mod/dashboard.html', $args);
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
{{ mod.type }}
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{% trans 'Boards' %}</legend>
|
<legend>{% trans 'Boards' %}</legend>
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<th>{% trans 'Board' %}</th>
|
<th>{% trans 'Board' %}</th>
|
||||||
<th>{% trans 'Action' %}</th>
|
<th>{% trans 'Action' %}</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for log in logs %}
|
{% for log in logs if log.text != 'Looked at dashboard' %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="minimal">
|
<td class="minimal">
|
||||||
{% if log.username %}
|
{% if log.username %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user