Standard Upload erweitert

This commit is contained in:
holger.trampe 2020-03-27 00:43:47 +01:00
parent 81620ebab1
commit 0770dcdf48
3 changed files with 6 additions and 11 deletions

View File

@ -21,13 +21,13 @@
#diagram {
overflow-x: scroll;
min-width: 100%;
min-height: 100%;
/*min-width: 100%;
min-height: 100%;*/
scroll-behavior: smooth;
}
.example {
padding-left: 12%;
/*padding-left: 12%;*/
}
.orga-hover {
@ -37,13 +37,11 @@
border-radius: 5px !important;
}
.orga-hover:hover {
background-color: rgba(185,187,182, 0.5);
background-color: rgba(185,187,182, 0.5);
}
.orga-textcenter {
text-align: center;
}
.tf-nc:before,.tf-nc:after {
border-color: #b9bbb6 !important;
@ -64,9 +62,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.9.1/underscore-min.js"></script>
<link href="https://unpkg.com/treeflex/dist/css/treeflex.css" rel="stylesheet">
<script type="text/javascript">
var data = [
{% for u in agencyuser %}
{% if u.profile.parent == u %}

View File

@ -485,7 +485,7 @@ $('#directdiv').on('dragleave', function (e) {
$("#directdiv").removeClass('bg-secondary');
});
allowedtypes = "application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, text/plain, application/pdf, image/*"
allowedtypes = "application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, text/plain, application/pdf, image/*, image/x-png, image/gif, image/jpg, image/jpeg, image/JPEG, image/JPG, docx, JPEG, JPG, doc, odt, ODT, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.presentationml.presentation"
function uploadButtonPush(){

View File

@ -563,7 +563,7 @@ $('#directdiv').on('dragleave', function (e) {
$("#directdiv").removeClass('bg-secondary');
});
allowedtypes = "application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, text/plain, application/pdf, image/*"
allowedtypes = "application/msword, application/vnd.ms-excel, application/vnd.ms-powerpoint, text/plain, application/pdf, image/*, image/x-png, image/gif, image/jpg, image/jpeg, image/JPEG, image/JPG, docx, JPEG, JPG, doc, odt, ODT, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.presentationml.presentation"