mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
24 lines
314 B
Scheme
24 lines
314 B
Scheme
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
body {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
background-color: #fff !important;
|
||
|
}
|
||
|
fieldset {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
border-style: none;
|
||
|
}
|
||
|
</style>
|
||
|
<% base_tag %>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<% if CanUpload %>
|
||
|
$UploadForm
|
||
|
<% else %>
|
||
|
You do not have permission to upload files into this folder.
|
||
|
<% end_if %>
|
||
|
</body>
|