silverstripe-reports/templates/Includes/StatisticsAdmin_left.ss
Ingo Schommer bdb4e5ae65 qhoxie: revamped tablesorting, copious js fixes, cms stats reword progress
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42126 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 16:24:02 +00:00

22 lines
506 B
Scheme

<style>
ul.tree li.ReportType span.ReportType a {
background-image: url(cms/images/treeicons/sent-folder.png);
font-weight: bold;
margin: 0pt;
}
</style>
<h2>Statistics</h2>
<div id="treepanes">
<div id="sitetree_holder">
<ul id="sitetree" class="tree unformatted">
<li class="Root"><a href="#">Report Types</a>
<li id="1"><a href="$baseURL/admin/statistics/overview">Overview</a></li>
<li id="1"><a href="$baseURL/admin/statistics/users">Users</a></li>
</li>
</ul>
</div>
</div>