2013-05-28 07:38:23 +00:00
|
|
|
title: $:/snippets/recentchanges
|
|
|
|
|
2014-01-12 17:01:18 +00:00
|
|
|
<$list filter="[!is[system]has[modified]!sort[modified]limit[100]eachday[modified]]">
|
2013-10-13 21:59:14 +00:00
|
|
|
<div class="tw-menu-list-item">
|
2013-05-28 07:38:23 +00:00
|
|
|
<$view field="modified" format="date" template="DDth MMM YYYY"/>
|
2014-01-12 17:01:18 +00:00
|
|
|
<$list filter="[sameday{!!modified}!is[system]!sort[modified]]">
|
2013-10-13 21:59:14 +00:00
|
|
|
<div class="tw-menu-list-subitem">
|
|
|
|
<$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>
|