* [MOD] UI tweaks

This commit is contained in:
nuxsmin
2017-04-20 13:15:27 +02:00
parent 78d024d805
commit d74883a7cc

View File

@@ -74,7 +74,7 @@
<li class="mdl-list__item">
<span class="mdl-list__item-primary-content">
<i class="material-icons mdl-list__item-icon">access_time</i>
<?php printf('%s - %s', $useInfo['who'], date('Y-m-d H:i', $useInfo['time'])); ?>
<?php printf('%s - %s', $isDemo ? '*.*.*.*' : $useInfo['who'], date('Y-m-d H:i', $useInfo['time'])); ?>
</span>
</li>
<?php endforeach; ?>