2013-05-28 07:38:23 +00:00
|
|
|
title: $:/snippets/recentchanges
|
|
|
|
|
2014-04-24 11:22:31 +00:00
|
|
|
<$list filter="[!is[system]has[modified]!sort[modified]limit[100]eachday[modified]]">
|
2014-08-28 18:41:29 +00:00
|
|
|
<div class="tc-menu-list-item">
|
2014-02-21 14:27:49 +00:00
|
|
|
<$view field="modified" format="date" template={{$:/language/RecentChanges/DateFormat}}/>
|
2014-01-12 17:01:18 +00:00
|
|
|
<$list filter="[sameday{!!modified}!is[system]!sort[modified]]">
|
2014-08-28 18:41:29 +00:00
|
|
|
<div class="tc-menu-list-subitem">
|
2013-10-13 21:59:14 +00:00
|
|
|
<$link to={{!!title}}>
|
|
|
|
<$view field="title"/>
|
|
|
|
</$link>
|
|
|
|
</div>
|
2013-05-28 07:38:23 +00:00
|
|
|
</$list>
|
2013-10-13 21:59:14 +00:00
|
|
|
</div>
|
2013-05-28 07:38:23 +00:00
|
|
|
</$list>
|