File tree Expand file tree Collapse file tree
com.woltlab.wcf/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888
8989 <dl class =" plain inlineDataList small" >
9090 <dt >{ lang} wcf.user.security.lastActivity{ /lang} </dt >
91- <dd >{ if $session -> isCurrentSession ()} { lang} wcf.user.security.currentSession{ /lang} { else } { @ $session -> getLastActivityTime ()|time } { /if } </dd >
91+ <dd >{ if $session -> isCurrentSession ()} { lang} wcf.user.security.currentSession{ /lang} { else } { time time= $session -> getLastActivityTime ()} { /if } </dd >
9292
9393 <dt >{ lang} wcf.user.security.ipAddress{ /lang} </dt >
9494 <dd title =" { $session -> getIpAddress ()} " >{ $session -> getIpAddress ()-> toBulletMasked (16, 48)} </dd >
Original file line number Diff line number Diff line change 7474 <div class =" containerContent" >
7575 <dl class =" plain inlineDataList" >
7676 <dt >{ lang} wcf.paidSubscription.expires{ /lang} </dt >
77- <dd >{ @ $userSubscription -> endDate |time } </dd >
77+ <dd >{ time time= $userSubscription -> endDate } </dd >
7878 </dl >
7979 </div >
8080 { /if }
You can’t perform that action at this time.
0 commit comments