silverstripe-cms/templates/Includes/LeftAndMain_right.ss

15 lines
393 B
Scheme
Raw Normal View History

<div class='ss-cmsForm-welcomeMessage'>
<h1>$ApplicationName</h1>
<p>
<% _t('WELCOMETO','Welcome to') %> $ApplicationName!
<% _t('CHOOSEPAGE','Please choose a page from the left.') %>
</p>
</div>
<% if EditForm %>
$EditForm
<% else %>
<form id="Form_EditForm" action="admin/EditForm" method="post" enctype="multipart/form-data">
</form>
<% end_if %>
<div class="notice-wrap"></div>