~vanhoof/+junk/znc

« back to all changes in this revision

Viewing changes to modules/lastseen/tmpl/lastseen_WebadminUser.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-02-06 17:41:38 UTC
  • mfrom: (21.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110206174138-ush4l5mkr4wg738n
Tags: 0.096-2
* Merge 0.092-3~bpo50+1 changelog.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div class="sectionbg">
 
2
        <div class="sectionbody">
 
3
                <div class="subsection">
 
4
                        <div class="inputlabel">Last login time:</div>
 
5
                        <div><input type="text" readonly="readonly" value="<? VAR LastSeen DEFAULT="- unknown -" ?>" class="half" /></div>
 
6
                </div>
 
7
                <div style="clear:both;"></div>
 
8
        </div>
 
9
</div>