mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Committed missing files related to r63452
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63456 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6172ab900c
commit
03c1d1e001
@ -27,7 +27,7 @@ Behaviour.register({
|
||||
|
||||
statusMessage("loading...");
|
||||
|
||||
var requestURL = 'admin/reports/showreport/' + id;
|
||||
var requestURL = 'admin/reports/show/' + id;
|
||||
new Ajax.Request(requestURL, {
|
||||
asynchronous : true,
|
||||
method : 'post',
|
||||
|
@ -1,14 +1,14 @@
|
||||
<% if Reports %>
|
||||
|
||||
<ul id="sitetree" class="tree unformatted">
|
||||
<li id="$ID" class="root"><a><% _t('REPORTS','Reports') %></a>
|
||||
<ul id="sitetree" class="tree unformatted">
|
||||
<li id="$ID" class="root">
|
||||
<a><% _t('REPORTS','Reports') %></a>
|
||||
<ul>
|
||||
<% control Reports %>
|
||||
<li id="$ID">
|
||||
<a href="$baseURL/admin/showreport/$ID" title="$TreeDescription">$TreeTitle</a>
|
||||
<a href="admin/reports/show/$ID" title="$TreeDescription">$TreeTitle</a>
|
||||
</li>
|
||||
<% end_control %>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<% end_if %>
|
@ -1,11 +1,7 @@
|
||||
<style>
|
||||
|
||||
|
||||
ul.tree a{
|
||||
background-image: url(cms/images/treeicons/reports-file.png);
|
||||
}
|
||||
|
||||
|
||||
ul.tree a{
|
||||
background-image: url(cms/images/treeicons/reports-file.png);
|
||||
}
|
||||
</style>
|
||||
|
||||
<h2><% _t('REPORTS','Reports') %></h2>
|
||||
|
Loading…
Reference in New Issue
Block a user