mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Removed obsolete CMSLeft.ss and CMSRight.ss templates
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@69739 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7b3068ac4f
commit
1aecc007a8
@ -1,28 +0,0 @@
|
|||||||
<h1><% _t('SITECONT','Site Content') %></h1>
|
|
||||||
|
|
||||||
<ul id="TreeActions">
|
|
||||||
<li class="action" id="addpage"><a href="admin/addpage"><% _t('NEWPAGE','New Page...') %></a></li>
|
|
||||||
<li class="action" id="deletepage"><a href="admin/deletepage"><% _t('DELPAGE','Delete Pages...') %></a></li>
|
|
||||||
<li class="spacer"></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<form class="actionparams" id="addpage_options" style="display: none" action="admin/addpage">
|
|
||||||
<select name="Type">
|
|
||||||
<% control PageTypes %>
|
|
||||||
<option value="$ClassName">$AddAction</option>
|
|
||||||
<% end_control %>
|
|
||||||
</select>
|
|
||||||
<input type="hidden" name="ParentID" />
|
|
||||||
<input class="action" type="submit" value="<% _t('GO','Go') %>" />
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<form class="actionparams" id="deletepage_options" style="display: none" action="admin/deletepages">
|
|
||||||
<p><% _t('SELECTPAGESDEL','Select the pages that you want to delete and then click the button below') %></p>
|
|
||||||
|
|
||||||
<input type="hidden" name="csvIDs" />
|
|
||||||
<input type="submit" value="<% _t('DELPAGES','Delete the selected pages') %>" />
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<div id="sitetree_holder" style="overflow:auto">
|
|
||||||
$SiteTreeAsUL
|
|
||||||
</div>
|
|
@ -1,21 +0,0 @@
|
|||||||
<h1><% _t('ECONTENT','Edit Content') %></h1>
|
|
||||||
|
|
||||||
<div class="mceToolbar_background"> </div>
|
|
||||||
|
|
||||||
<p id="statusMessage"></p>
|
|
||||||
|
|
||||||
<div id="form_actions">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<% if EditForm %>
|
|
||||||
$EditForm
|
|
||||||
<% else %>
|
|
||||||
<h1>$ApplicationName</h1>
|
|
||||||
<div class="mceToolbar_background"> </div>
|
|
||||||
<p id="statusMessage" style="display:none"></p>
|
|
||||||
|
|
||||||
<form id="Form_EditForm" action="admin?executeForm=EditForm" method="post" enctype="multipart/form-data">
|
|
||||||
<p><% _t('WELCOMETO','Welcome to') %> $ApplicationName! <% _t('CHOOSEPAGE','Please choose a page from the left.') %></p>
|
|
||||||
</form>
|
|
||||||
<% end_if %>
|
|
||||||
</body>
|
|
Loading…
Reference in New Issue
Block a user