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:
Ingo Schommer 2009-01-06 02:07:14 +00:00
parent 7b3068ac4f
commit 1aecc007a8
2 changed files with 0 additions and 49 deletions

View File

@ -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>

View File

@ -1,21 +0,0 @@
<h1><% _t('ECONTENT','Edit Content') %></h1>
<div class="mceToolbar_background">&nbsp;</div>
<p id="statusMessage"></p>
<div id="form_actions">
</div>
<% if EditForm %>
$EditForm
<% else %>
<h1>$ApplicationName</h1>
<div class="mceToolbar_background">&nbsp;</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>