Correzioni minori

This commit is contained in:
Thomas Zilio 2020-08-06 10:17:56 +02:00
parent 06137a7ebb
commit bd0dd9a1b1
12 changed files with 64 additions and 4305 deletions

View File

@ -1,396 +0,0 @@
/*
* The MIT License
* Copyright (c) 2012 Matias Meno <m@tias.me>
*/
@-webkit-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px); }
30%, 70% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); }
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px); } }
@-moz-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px); }
30%, 70% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); }
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px); } }
@keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px); }
30%, 70% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); }
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px); }
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); } }
@-moz-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px); }
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); } }
@keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px); }
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); } }
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); }
20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); }
20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); } }
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); }
20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); } }
.dropzone, .dropzone * {
box-sizing: border-box; }
.dropzone {
min-height: 150px;
border: 2px solid rgba(0, 0, 0, 0.3);
background: white;
padding: 20px 20px; }
.dropzone.dz-clickable {
cursor: pointer; }
.dropzone.dz-clickable * {
cursor: default; }
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
cursor: pointer; }
.dropzone.dz-started .dz-message {
display: none; }
.dropzone.dz-drag-hover {
border-style: solid; }
.dropzone.dz-drag-hover .dz-message {
opacity: 0.5; }
.dropzone .dz-message {
text-align: center;
margin: 2em 0; }
.dropzone .dz-message .dz-button {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit; }
.dropzone .dz-preview {
position: relative;
display: inline-block;
vertical-align: top;
margin: 16px;
min-height: 100px; }
.dropzone .dz-preview:hover {
z-index: 1000; }
.dropzone .dz-preview:hover .dz-details {
opacity: 1; }
.dropzone .dz-preview.dz-file-preview .dz-image {
border-radius: 20px;
background: #999;
background: linear-gradient(to bottom, #eee, #ddd); }
.dropzone .dz-preview.dz-file-preview .dz-details {
opacity: 1; }
.dropzone .dz-preview.dz-image-preview {
background: white; }
.dropzone .dz-preview.dz-image-preview .dz-details {
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-ms-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear; }
.dropzone .dz-preview .dz-remove {
font-size: 14px;
text-align: center;
display: block;
cursor: pointer;
border: none; }
.dropzone .dz-preview .dz-remove:hover {
text-decoration: underline; }
.dropzone .dz-preview:hover .dz-details {
opacity: 1; }
.dropzone .dz-preview .dz-details {
z-index: 20;
position: absolute;
top: 0;
left: 0;
opacity: 0;
font-size: 13px;
min-width: 100%;
max-width: 100%;
padding: 2em 1em;
text-align: center;
color: rgba(0, 0, 0, 0.9);
line-height: 150%; }
.dropzone .dz-preview .dz-details .dz-size {
margin-bottom: 1em;
font-size: 16px; }
.dropzone .dz-preview .dz-details .dz-filename {
white-space: nowrap; }
.dropzone .dz-preview .dz-details .dz-filename:hover span {
border: 1px solid rgba(200, 200, 200, 0.8);
background-color: rgba(255, 255, 255, 0.8); }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
overflow: hidden;
text-overflow: ellipsis; }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
border: 1px solid transparent; }
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
background-color: rgba(255, 255, 255, 0.4);
padding: 0 0.4em;
border-radius: 3px; }
.dropzone .dz-preview:hover .dz-image img {
-webkit-transform: scale(1.05, 1.05);
-moz-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-o-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
-webkit-filter: blur(8px);
filter: blur(8px); }
.dropzone .dz-preview .dz-image {
border-radius: 20px;
overflow: hidden;
width: 120px;
height: 120px;
position: relative;
display: block;
z-index: 10; }
.dropzone .dz-preview .dz-image img {
display: block; }
.dropzone .dz-preview.dz-success .dz-success-mark {
-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview.dz-error .dz-error-mark {
opacity: 1;
-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
pointer-events: none;
opacity: 0;
z-index: 500;
position: absolute;
display: block;
top: 50%;
left: 50%;
margin-left: -27px;
margin-top: -27px; }
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
display: block;
width: 54px;
height: 54px; }
.dropzone .dz-preview.dz-processing .dz-progress {
opacity: 1;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear; }
.dropzone .dz-preview.dz-complete .dz-progress {
opacity: 0;
-webkit-transition: opacity 0.4s ease-in;
-moz-transition: opacity 0.4s ease-in;
-ms-transition: opacity 0.4s ease-in;
-o-transition: opacity 0.4s ease-in;
transition: opacity 0.4s ease-in; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
-webkit-animation: pulse 6s ease infinite;
-moz-animation: pulse 6s ease infinite;
-ms-animation: pulse 6s ease infinite;
-o-animation: pulse 6s ease infinite;
animation: pulse 6s ease infinite; }
.dropzone .dz-preview .dz-progress {
opacity: 1;
z-index: 1000;
pointer-events: none;
position: absolute;
height: 16px;
left: 50%;
top: 50%;
margin-top: -8px;
width: 80px;
margin-left: -40px;
background: rgba(255, 255, 255, 0.9);
-webkit-transform: scale(1);
border-radius: 8px;
overflow: hidden; }
.dropzone .dz-preview .dz-progress .dz-upload {
background: #333;
background: linear-gradient(to bottom, #666, #444);
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0;
-webkit-transition: width 300ms ease-in-out;
-moz-transition: width 300ms ease-in-out;
-ms-transition: width 300ms ease-in-out;
-o-transition: width 300ms ease-in-out;
transition: width 300ms ease-in-out; }
.dropzone .dz-preview.dz-error .dz-error-message {
display: block; }
.dropzone .dz-preview.dz-error:hover .dz-error-message {
opacity: 1;
pointer-events: auto; }
.dropzone .dz-preview .dz-error-message {
pointer-events: none;
z-index: 1000;
position: absolute;
display: block;
display: none;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
border-radius: 8px;
font-size: 13px;
top: 130px;
left: -10px;
width: 140px;
background: #be2626;
background: linear-gradient(to bottom, #be2626, #a92222);
padding: 0.5em 1.2em;
color: white; }
.dropzone .dz-preview .dz-error-message:after {
content: '';
position: absolute;
top: -6px;
left: 64px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #be2626; }

File diff suppressed because it is too large Load Diff

View File

@ -36,11 +36,10 @@ $(document).ready(function () {
$('.nav-tabs a').click(function (e) { $('.nav-tabs a').click(function (e) {
$(this).tab('show'); $(this).tab('show');
var scrollmem = $('body').scrollTop() || $('html').scrollTop(); let scroll = $('body').scrollTop() || $('html').scrollTop();
window.location.hash = this.hash; window.location.hash = this.hash;
$('html,body').scrollTop(scrollmem); $('html,body').scrollTop(scroll);
}); });
// Fix per la visualizzazione di Datatables all'interno dei tab Bootstrap // Fix per la visualizzazione di Datatables all'interno dei tab Bootstrap

View File

@ -26,7 +26,7 @@ $(document).ready(function () {
cursor: 'move', cursor: 'move',
stop: function (event, ui) { stop: function (event, ui) {
var order = $(this).sortable('toArray').toString(); let order = $(this).sortable('toArray').toString();
$.post(globals.rootdir + "/actions.php?id_module=" + globals.order_manager_id, { $.post(globals.rootdir + "/actions.php?id_module=" + globals.order_manager_id, {
op: 'sort_modules', op: 'sort_modules',
@ -53,5 +53,5 @@ $(document).ready(function () {
session_set("settings,sidebar-collapse",1,0,0); session_set("settings,sidebar-collapse",1,0,0);
} }
}); });
}); });

View File

@ -1,40 +1,40 @@
// Librerie NPM richieste per l'esecuzione // Librerie NPM richieste per l'esecuzione
var gulp = require('gulp'); const gulp = require('gulp');
var merge = require('merge-stream'); const merge = require('merge-stream');
var del = require('del'); const del = require('del');
var debug = require('gulp-debug'); const debug = require('gulp-debug');
var mainBowerFiles = require('main-bower-files'); const mainBowerFiles = require('main-bower-files');
var gulpIf = require('gulp-if'); const gulpIf = require('gulp-if');
// Minificatori // Minificatori
var minifyJS = require('gulp-uglify'); const minifyJS = require('gulp-uglify');
var minifyCSS = require('gulp-clean-css'); const minifyCSS = require('gulp-clean-css');
var minifyJSON = require('gulp-json-minify'); const minifyJSON = require('gulp-json-minify');
// Interpretatori CSS // Interpretatori CSS
var sass = require('gulp-sass'); const sass = require('gulp-sass');
var less = require('gulp-less'); const less = require('gulp-less');
var stylus = require('gulp-stylus'); const stylus = require('gulp-stylus');
var autoprefixer = require('gulp-autoprefixer'); const autoprefixer = require('gulp-autoprefixer');
// Concatenatore // Concatenatore
var concat = require('gulp-concat'); const concat = require('gulp-concat');
// Altro // Altro
var flatten = require('gulp-flatten'); const flatten = require('gulp-flatten');
var rename = require('gulp-rename'); const rename = require('gulp-rename');
// Release // Release
var glob = require('globby'); const glob = require('globby');
var md5File = require('md5-file') const md5File = require('md5-file')
var fs = require('fs'); const fs = require('fs');
var archiver = require('archiver'); const archiver = require('archiver');
var shell = require('shelljs'); const shell = require('shelljs');
var inquirer = require('inquirer'); const inquirer = require('inquirer');
// Configurazione // Configurazione
var config = { const config = {
production: 'assets/dist', // Cartella di destinazione production: 'assets/dist', // Cartella di destinazione
development: 'assets/src', // Cartella dei file di personalizzazione development: 'assets/src', // Cartella dei file di personalizzazione
debug: false, debug: false,
@ -63,14 +63,14 @@ const JS = gulp.parallel(() => {
// Elaborazione e minificazione di JS personalizzati // Elaborazione e minificazione di JS personalizzati
function srcJS() { function srcJS() {
var js = gulp.src([ const js = gulp.src([
config.development + '/' + config.paths.js + '/*.js', config.development + '/' + config.paths.js + '/*.js',
]) ])
.pipe(concat('custom.min.js')) .pipe(concat('custom.min.js'))
.pipe(minifyJS()) //.pipe(minifyJS())
.pipe(gulp.dest(config.production + '/' + config.paths.js)); .pipe(gulp.dest(config.production + '/' + config.paths.js));
var indip = gulp.src([ const indip = gulp.src([
config.development + '/' + config.paths.js + '/functions/*.js', config.development + '/' + config.paths.js + '/functions/*.js',
]) ])
.pipe(concat('functions.min.js')) .pipe(concat('functions.min.js'))
@ -80,7 +80,6 @@ function srcJS() {
return merge(js, indip); return merge(js, indip);
} }
// Elaborazione e minificazione di CSS // Elaborazione e minificazione di CSS
const CSS = gulp.parallel(() => { const CSS = gulp.parallel(() => {
return gulp.src(mainBowerFiles('**/*.{css,scss,less,styl}', { return gulp.src(mainBowerFiles('**/*.{css,scss,less,styl}', {
@ -99,7 +98,7 @@ const CSS = gulp.parallel(() => {
// Elaborazione e minificazione di CSS personalizzati // Elaborazione e minificazione di CSS personalizzati
function srcCSS() { function srcCSS() {
var css = gulp.src([ const css = gulp.src([
config.development + '/' + config.paths.css + '/*.{css,scss,less,styl}', config.development + '/' + config.paths.css + '/*.{css,scss,less,styl}',
]) ])
.pipe(gulpIf('*.scss', sass(), gulpIf('*.less', less(), gulpIf('*.styl', stylus())))) .pipe(gulpIf('*.scss', sass(), gulpIf('*.less', less(), gulpIf('*.styl', stylus()))))
@ -111,7 +110,7 @@ function srcCSS() {
.pipe(flatten()) .pipe(flatten())
.pipe(gulp.dest(config.production + '/' + config.paths.css)); .pipe(gulp.dest(config.production + '/' + config.paths.css));
var print = gulp.src([ const print = gulp.src([
config.development + '/' + config.paths.css + '/print/*.{css,scss,less,styl}', config.development + '/' + config.paths.css + '/print/*.{css,scss,less,styl}',
config.bowerDirectory + '/fullcalendar/fullcalendar.print.css', config.bowerDirectory + '/fullcalendar/fullcalendar.print.css',
], { ], {
@ -126,7 +125,7 @@ function srcCSS() {
.pipe(flatten()) .pipe(flatten())
.pipe(gulp.dest(config.production + '/' + config.paths.css)); .pipe(gulp.dest(config.production + '/' + config.paths.css));
var themes = gulp.src([ const themes = gulp.src([
config.development + '/' + config.paths.css + '/themes/*.{css,scss,less,styl}', config.development + '/' + config.paths.css + '/themes/*.{css,scss,less,styl}',
config.main.bowerDirectory + '/admin-lte/dist/css/skins/_all-skins.min.css', config.main.bowerDirectory + '/admin-lte/dist/css/skins/_all-skins.min.css',
]) ])
@ -147,7 +146,7 @@ function srcCSS() {
const images = srcImages; const images = srcImages;
/* /*
gulp.parallel(() => {*/ gulp.parallel(() => {*/
//var src = mainBowerFiles('**/*.{jpg,png,jpeg,gif}', { //const src = mainBowerFiles('**/*.{jpg,png,jpeg,gif}', {
/* /*
paths: config.main, paths: config.main,
debugging: config.debug, debugging: config.debug,
@ -191,8 +190,8 @@ function srcFonts() {
function ckeditor() { function ckeditor() {
return gulp.src([ return gulp.src([
config.main.bowerDirectory + '/ckeditor/{adapters,lang,skins,plugins}/**/*.{js,json,css,png}', config.main.bowerDirectory + '/ckeditor4/{adapters,lang,skins,plugins}/**/*.{js,json,css,png}',
config.main.bowerDirectory + '/ckeditor/*.{js,css}', config.main.bowerDirectory + '/ckeditor4/*.{js,css}',
]) ])
.pipe(gulp.dest(config.production + '/' + config.paths.js + '/ckeditor')); .pipe(gulp.dest(config.production + '/' + config.paths.js + '/ckeditor'));
} }
@ -239,7 +238,7 @@ function csrf() {
} }
function pdfjs() { function pdfjs() {
var web = gulp.src([ const web = gulp.src([
config.main.bowerDirectory + '/pdf/web/**/*', config.main.bowerDirectory + '/pdf/web/**/*',
'!' + config.main.bowerDirectory + '/pdf/web/cmaps/*', '!' + config.main.bowerDirectory + '/pdf/web/cmaps/*',
'!' + config.main.bowerDirectory + '/pdf/web/*.map', '!' + config.main.bowerDirectory + '/pdf/web/*.map',
@ -247,7 +246,7 @@ function pdfjs() {
]) ])
.pipe(gulp.dest(config.production + '/pdfjs/web')); .pipe(gulp.dest(config.production + '/pdfjs/web'));
var build = gulp.src([ const build = gulp.src([
config.main.bowerDirectory + '/pdf/build/*', config.main.bowerDirectory + '/pdf/build/*',
'!' + config.main.bowerDirectory + '/pdf/build/*.map', '!' + config.main.bowerDirectory + '/pdf/build/*.map',
]) ])
@ -262,7 +261,7 @@ function i18n() {
config.main.bowerDirectory + '/**/{i18n,lang,locale,locales}/*.{js,json}', config.main.bowerDirectory + '/**/{i18n,lang,locale,locales}/*.{js,json}',
config.development + '/' + config.paths.js + '/i18n/**/*.{js,json}', config.development + '/' + config.paths.js + '/i18n/**/*.{js,json}',
'!' + config.main.bowerDirectory + '/**/{src,plugins}/**', '!' + config.main.bowerDirectory + '/**/{src,plugins}/**',
'!' + config.main.bowerDirectory + '/ckeditor/**', '!' + config.main.bowerDirectory + '/ckeditor4/**',
'!' + config.main.bowerDirectory + '/summernote/**', '!' + config.main.bowerDirectory + '/summernote/**',
'!' + config.main.bowerDirectory + '/jquery-ui/**', '!' + config.main.bowerDirectory + '/jquery-ui/**',
]) ])

View File

@ -252,18 +252,14 @@ $(document).ready(function() {
dropOnEmpty: true, dropOnEmpty: true,
scroll: true, scroll: true,
update: function(event, ui) { update: function(event, ui) {
var order = ""; let order = $(".table tr[data-id]").toArray().map(a => $(a).data("id"))
$(".table tr[data-id]").each( function() {
order += ","+$(this).data("id");
});
order = order.replace(/^,/, "");
$.post("'.$rootdir.'/actions.php", { $.post(globals.rootdir + "/actions.php", {
id: ui.item.data("id"), id: ui.item.data("id"),
id_module: '.$id_module.', id_module: '.$id_module.',
id_record: '.$id_record.', id_record: '.$id_record.',
op: "update_position", op: "update_position",
order: order, order: order.join(","),
}); });
} }
}); });

View File

@ -330,18 +330,14 @@ $(document).ready(function() {
dropOnEmpty: true, dropOnEmpty: true,
scroll: true, scroll: true,
update: function(event, ui) { update: function(event, ui) {
var order = ""; let order = $(".table tr[data-id]").toArray().map(a => $(a).data("id"))
$(".table tr[data-id]").each( function() {
order += ","+$(this).data("id");
});
order = order.replace(/^,/, "");
$.post("'.$rootdir.'/actions.php", { $.post(globals.rootdir + "/actions.php", {
id: ui.item.data("id"), id: ui.item.data("id"),
id_module: '.$id_module.', id_module: '.$id_module.',
id_record: '.$id_record.', id_record: '.$id_record.',
op: "update_position", op: "update_position",
order: order, order: order.join(","),
}); });
} }
}); });

View File

@ -429,18 +429,14 @@ $(document).ready(function() {
dropOnEmpty: true, dropOnEmpty: true,
scroll: true, scroll: true,
update: function(event, ui) { update: function(event, ui) {
var order = ""; let order = $(".table tr[data-id]").toArray().map(a => $(a).data("id"))
$(".table tr[data-id]").each( function() {
order += ","+$(this).data("id");
});
order = order.replace(/^,/, "");
$.post("'.$rootdir.'/actions.php", { $.post(globals.rootdir + "/actions.php", {
id: ui.item.data("id"), id: ui.item.data("id"),
id_module: '.$id_module.', id_module: '.$id_module.',
id_record: '.$id_record.', id_record: '.$id_record.',
op: "update_position", op: "update_position",
order: order, order: order.join(","),
}); });
} }
}); });

View File

@ -303,18 +303,14 @@ $(document).ready(function() {
dropOnEmpty: true, dropOnEmpty: true,
scroll: true, scroll: true,
update: function(event, ui) { update: function(event, ui) {
var order = ""; let order = $(".table tr[data-id]").toArray().map(a => $(a).data("id"))
$(".table tr[data-id]").each( function() {
order += ","+$(this).data("id");
});
order = order.replace(/^,/, "");
$.post("'.$rootdir.'/actions.php", { $.post(globals.rootdir + "/actions.php", {
id: ui.item.data("id"), id: ui.item.data("id"),
id_module: '.$id_module.', id_module: '.$id_module.',
id_record: '.$id_record.', id_record: '.$id_record.',
op: "update_position", op: "update_position",
order: order, order: order.join(","),
}); });
} }
}); });

View File

@ -278,18 +278,14 @@ $(document).ready(function() {
dropOnEmpty: true, dropOnEmpty: true,
scroll: true, scroll: true,
update: function(event, ui) { update: function(event, ui) {
var order = ""; let order = $(".table tr[data-id]").toArray().map(a => $(a).data("id"))
$(".table tr[data-id]").each( function() {
order += ","+$(this).data("id");
});
order = order.replace(/^,/, "");
$.post("'.$rootdir.'/actions.php", { $.post(globals.rootdir + "/actions.php", {
id: ui.item.data("id"), id: ui.item.data("id"),
id_module: '.$id_module.', id_module: '.$id_module.',
id_record: '.$id_record.', id_record: '.$id_record.',
op: "update_position", op: "update_position",
order: order, order: order.join(","),
}); });
} }
}); });

View File

@ -242,7 +242,7 @@ echo '
order = order.replace(/^,/, ""); order = order.replace(/^,/, "");
$.post("'.$rootdir.'/actions.php", { $.post(globals.rootdir + "/actions.php", {
id: ui.item.data("id"), id: ui.item.data("id"),
id_module: '.$id_module.', id_module: '.$id_module.',
id_record: '.$id_record.', id_record: '.$id_record.',

View File

@ -8,13 +8,14 @@
"bootstrap-colorpicker": "2.5.1", "bootstrap-colorpicker": "2.5.1",
"bootstrap-daterangepicker": "^2.1.25", "bootstrap-daterangepicker": "^2.1.25",
"chart.js": "^2.7.0", "chart.js": "^2.7.0",
"ckeditor": "git://github.com/ckeditor/ckeditor-releases.git#full/latest", "ckeditor4": "^4.14.1",
"components-jqueryui": "^1.12.1", "components-jqueryui": "^1.12.1",
"core-js": "^2.5.1", "core-js": "^2.5.1",
"datatables.net-bs": "^1.10.15", "datatables.net-bs": "^1.10.15",
"datatables.net-buttons-bs": "^1.3.1", "datatables.net-buttons-bs": "^1.3.1",
"datatables.net-scroller-bs": "^1.4.2", "datatables.net-scroller-bs": "^1.4.2",
"datatables.net-select-bs": "^1.2.2", "datatables.net-select-bs": "^1.2.2",
"dropzone": "^5.7.2",
"eonasdan-bootstrap-datetimepicker": "^4.17.47", "eonasdan-bootstrap-datetimepicker": "^4.17.47",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"fullcalendar": "^3.4.0", "fullcalendar": "^3.4.0",
@ -77,7 +78,7 @@
"almond": { "almond": {
"ignore": true "ignore": true
}, },
"ckeditor": { "ckeditor4": {
"ignore": true "ignore": true
}, },
"chart.js": { "chart.js": {
@ -136,6 +137,12 @@
"datatables.net-select-bs": { "datatables.net-select-bs": {
"main": "css/select.bootstrap.css" "main": "css/select.bootstrap.css"
}, },
"dropzone": {
"main": [
"dist/dropzone.css",
"dist/dropzone.js"
]
},
"font-awesome": { "font-awesome": {
"main": [ "main": [
"css/font-awesome.min.css", "css/font-awesome.min.css",