Files
znc/modules/data/lastseen/tmpl/lastseen_WebadminUser.tmpl
Alexey Sokolov d51159a330 Log: add ShowSettings command, rework Set command, #601
Make more strings translateable, #1354
2017-09-07 23:35:18 +01:00

11 lines
264 B
Cheetah

<? I18N znc-lastseen ?>
<div class="sectionbg">
<div class="sectionbody">
<div class="subsection">
<label id="last_login"><? FORMAT "Last login time:" ?></label>
<span id="lastseen"><? VAR LastSeen DEFAULT="- unknown -" ?></span>
</div>
</div>
</div>