Files
znc/modules/lastseen/tmpl/lastseen_WebadminUser.tmpl
darthgandalf 417018172c Really fixed embedded web stuff after installation.
This introduces workaround, but templates can't look
the same filename in different directories...

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2135 726aef4b-f618-498e-8847-2d620e286838
2010-09-12 18:19:45 +00:00

10 lines
304 B
Cheetah

<div class="sectionbg">
<div class="sectionbody">
<div class="subsection">
<div class="inputlabel">Last login time:</div>
<div><input type="text" readonly="readonly" value="<? VAR LastSeen DEFAULT="- unknown -" ?>" class="half" /></div>
</div>
<div style="clear:both;"></div>
</div>
</div>