Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16906 Rev 16928
Línea 785... Línea 785...
785
                theme: 'fa',
785
                theme: 'fa',
786
                language: 'es',
786
                language: 'es',
787
                showUpload: false,
787
                showUpload: false,
788
                dropZoneEnabled: false,
788
                dropZoneEnabled: false,
789
                maxFileCount: 1,
789
                maxFileCount: 1,
790
                placeholder:  'LABEL_RECOMMENDED_SIZE $image_size',
790
                msgPlaceholder:  'LABEL_RECOMMENDED_SIZE $image_size',
791
                allowedFileExtensions: ['jpeg', 'jpg', 'png'],
791
                allowedFileExtensions: ['jpeg', 'jpg', 'png'],
792
            });
792
            });
Línea 793... Línea 793...
793
 
793
 
794
  $('#form-add #marketplace').fileinput({
794
  $('#form-add #marketplace').fileinput({
795
                theme: 'fa',
795
                theme: 'fa',
796
                language: 'es',
796
                language: 'es',
797
                showUpload: false,
797
                showUpload: false,
798
                dropZoneEnabled: false,
798
                dropZoneEnabled: false,
799
                maxFileCount: 1,
799
                maxFileCount: 1,
800
                placeholder:  'LABEL_RECOMMENDED_SIZE $marketplace_size',
800
                msgPlaceholder: 'LABEL_RECOMMENDED_SIZE $marketplace_size',
801
                allowedFileExtensions: ['jpeg', 'jpg', 'png'],
801
                allowedFileExtensions: ['jpeg', 'jpg', 'png'],
Línea 802... Línea 802...
802
            });
802
            });
803
    
803
    
804
            $('#form-edit #file').fileinput({
804
            $('#form-edit #file').fileinput({
805
                theme: 'fa',
805
                theme: 'fa',
806
                language: 'es',
806
                language: 'es',
807
                showUpload: false,
807
                showUpload: false,
808
                dropZoneEnabled: false,
808
                dropZoneEnabled: false,
809
                maxFileCount: 1,
809
                maxFileCount: 1,
810
                placeholder:  'LABEL_RECOMMENDED_SIZE $image_size',
810
                msgPlaceholder: 'LABEL_RECOMMENDED_SIZE $image_size',
Línea 811... Línea 811...
811
                allowedFileExtensions: ['jpeg', 'jpg', 'png'],
811
                allowedFileExtensions: ['jpeg', 'jpg', 'png'],
812
            });
812
            });
813
 
813
 
814
            $('#form-add #marketplace').fileinput({
814
            $('#form-add #marketplace').fileinput({
815
                theme: 'fa',
815
                theme: 'fa',
816
                language: 'es',
816
                language: 'es',
817
                showUpload: false,
817
                showUpload: false,
818
                dropZoneEnabled: false,
818
                dropZoneEnabled: false,
819
                maxFileCount: 1,
819
                maxFileCount: 1,
Línea 820... Línea 820...
820
                placeholder:  'LABEL_RECOMMENDED_SIZE $marketplace_size',
820
                msgPlaceholder:  'LABEL_RECOMMENDED_SIZE $marketplace_size',
821
                allowedFileExtensions: ['jpeg', 'jpg', 'png'],
821
                allowedFileExtensions: ['jpeg', 'jpg', 'png'],