mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
11 lines
235 B
Scheme
11 lines
235 B
Scheme
|
<div class="cms-content-tools west">
|
||
|
|
||
|
<ul class="ui-widget-content">
|
||
|
<% control Reports %>
|
||
|
<li id="record-$ID">
|
||
|
<a href="admin/reports/show/$ID" title="$TreeDescription">$TreeTitle</a>
|
||
|
</li>
|
||
|
<% end_control %>
|
||
|
</ul>
|
||
|
|
||
|
</div>
|