silverstripe-cms/templates/Includes/ReportAdmin_right.ss

9 lines
388 B
Scheme
Raw Normal View History

<% if EditForm %>
$EditForm
<% else %>
<form id="Form_EditForm" action="admin/reports/EditForm" method="post" enctype="multipart/form-data">
<p><% _t('WELCOME1','Welcome to the',50,'Followed by application name') %> $ApplicationName <% _t('WELCOME2','reporting section. Please choose a specific report from the left.',50) %></p>
</form>
<% end_if %>
<div class="notice-wrap"></div>