forked from GithubBackups/vichan
commit
9087e6befe
@ -67,6 +67,9 @@ table.modlog tr th {
|
|||||||
background-color: #F0E0D6;
|
background-color: #F0E0D6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.desktop-style div.boardlist:not(.bottom) {
|
||||||
|
background-color: #F0E0D6;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<em>hidden</em>
|
<em>hidden</em>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if not mod|hasPermission(config.mod.modlog) %}
|
{% if not mod|hasPermission(config.mod.modlog) %}
|
||||||
<a href="?/new_PM/{{ log.username|e }}">{{ log.username|e }}</a>
|
<a href="{{ config.root }}mod.php?/new_PM/{{ log.username|e }}">{{ log.username|e }}</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="?/log:{{ log.username|e }}">{{ log.username|e }}</a>
|
<a href="?/log:{{ log.username|e }}">{{ log.username|e }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user