silverstripe-cms/templates/Includes/CMSRight.ss
2007-09-15 20:21:13 +00:00

21 lines
559 B
Scheme
Executable File

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