silverstripe-cms/templates/Includes/CMSRight.ss

21 lines
580 B
Scheme
Raw Normal View History

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