silverstripe-reports/templates/AssetAdmin_uploadiframe.ss

24 lines
314 B
Scheme
Executable File

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