API CHANGE Removed AssetAdmin_right.ss template, using LeftAndMain_right.ss now

API CHANGE Removed CMSMain_right.ss template, moved one level up to LeftAndMain_right.ss to be inheritable by other LeftAndMain subclasses

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92692 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-11-21 03:14:24 +00:00
parent c48c7755bb
commit 140fae5d7e
2 changed files with 0 additions and 30 deletions

View File

@ -1,30 +0,0 @@
<div id="form_actions_right" class="ajaxActions">
</div>
<!--
<form class="actionparams" id="action_movemarked_options" style="display:none" action="admin/assets/movemarked">
<fieldset>
<input type="hidden" name="ID" />
<div class="field">
<label class="left">Move files to</label>
$ChooseFolderField
</div>
</fieldset>
<p class="actions">
<input type="submit" value="Move marked files" />
</p>
</form>
-->
<% if EditForm %>
$EditForm
<% else %>
<form id="Form_EditForm" action="admin/assets/?executeForm=EditForm" method="post" enctype="multipart/form-data">
<h1>$ApplicationName</h1>
<p><% _t('WELCOME','Welcome to') %> $ApplicationName! <% _t('CHOOSEPAGE','Please choose a page from the left.') %></p>
</form>
<% end_if %>
<p id="statusMessage" style="visibility:hidden"></p>