repo.or.cz
/
silverstripe-elijah.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move to sane directory structure. Don't make 'cms' the top level of the silverstripe...
[silverstripe-elijah.git]
/
silverstripe-gsoc
/
cms
/
templates
/
Includes
/
ReportAdmin_left.ss
blob
c2125b1d268c6bccde8c9960838b4d7d920019ee
1
<style>
2
3
4
ul.tree a{
5
background-image: url(cms/images/treeicons/reports-file.png);
6
}
7
8
9
</style>
10
11
<h2>Reports</h2>
12
13
<div id="treepanes">
14
<div id="sitetree_holder">
15
<% include ReportAdmin_SiteTree %>
16
</div>
17
</div>