Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 6521 | Rev 6523 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6521 Rev 6522
Línea 1454... Línea 1454...
1454
        msgPlaceholder: 'LABEL_RECOMMENDED_SIZE $image_size',
1454
        msgPlaceholder: 'LABEL_RECOMMENDED_SIZE $image_size',
1455
    });
1455
    });
Línea 1456... Línea 1456...
1456
 
1456
 
Línea 1457... Línea -...
1457
    $('#form-slide-image-add #order').inputNumberFormat({decimal: 0});
-
 
1458
 
-
 
1459
    $('#form-slide-image-add #file').fileinput({
-
 
1460
        theme: 'fas',
-
 
1461
        language: 'es',
-
 
1462
        showUpload: false,
-
 
1463
        dropZoneEnabled: false,
-
 
1464
        maxFileCount: 1,
-
 
1465
        allowedFileExtensions: ['jpeg', 'jpg', 'png'],
1457
    $('#form-slide-image-add #order').inputNumberFormat({decimal: 0});
Línea 1466... Línea 1458...
1466
        msgPlaceholder: 'LABEL_RECOMMENDED_SIZE $image_size',
1458
 
Línea 1467... Línea -...
1467
    });
-
 
1468
 
-
 
1469
    $('#form-slide-image-edit #order').inputNumberFormat({decimal: 0});
-
 
1470
 
-
 
1471
    $('#form-slide-image-edit #file').fileinput({
-
 
1472
        theme: 'fas',
-
 
1473
        language: 'es',
-
 
1474
        showUpload: false,
-
 
1475
        dropZoneEnabled: false,
1459
   
Línea 1476... Línea 1460...
1476
        maxFileCount: 1,
1460
 
Línea 1477... Línea 1461...
1477
        allowedFileExtensions: ['jpeg', 'jpg', 'png'],
1461
    $('#form-slide-image-edit #order').inputNumberFormat({decimal: 0});
1478
        msgPlaceholder: 'LABEL_RECOMMENDED_SIZE $image_size',
1462