mirror of
https://github.com/znc/znc.git
synced 2026-07-05 17:31:06 +02:00
Don't use a readonly <input> in lastseen's WebadminUser stub template.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2234 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<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><p><? VAR LastSeen DEFAULT="- unknown -" ?></p></div>
|
||||
</div>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user