Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16912 Rev 16928
Línea 477... Línea 477...
477
            theme: 'fa',
477
            theme: 'fa',
478
            language: 'es',
478
            language: 'es',
479
            showUpload: false,
479
            showUpload: false,
480
            dropZoneEnabled: false,
480
            dropZoneEnabled: false,
481
            maxFileCount: 1,
481
            maxFileCount: 1,
482
            placeholder:  'LABEL_RECOMMENDED_SIZE $targetSize',
482
            msgPlaceholder:  'LABEL_RECOMMENDED_SIZE $targetSize',
483
            allowedFileExtensions: ['jpeg', 'jpg', 'png'],
483
            allowedFileExtensions: ['jpeg', 'jpg', 'png'],
484
        });
484
        });
Línea 485... Línea 485...
485
 
485
 
486
        $('#form-edit #image').fileinput({
486
        $('#form-edit #image').fileinput({
487
            theme: 'fa',
487
            theme: 'fa',
488
            language: 'es',
488
            language: 'es',
489
            showUpload: false,
489
            showUpload: false,
490
            dropZoneEnabled: false,
490
            dropZoneEnabled: false,
491
            maxFileCount: 1,
491
            maxFileCount: 1,
492
            placeholder:  'LABEL_RECOMMENDED_SIZE $targetSize',
492
            msgPlaceholder:  'LABEL_RECOMMENDED_SIZE $targetSize',
493
            allowedFileExtensions: ['jpeg', 'jpg', 'png'],
493
            allowedFileExtensions: ['jpeg', 'jpg', 'png'],
Línea 494... Línea 494...
494
        });
494
        });