Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 17201 Rev 17202
Línea 815... Línea 815...
815
 
815
 
816
            return false
816
            return false
Línea 817... Línea 817...
817
        })
817
        })
818
 
818
 
819
        // Configuración del formulario de creación
819
        // Configuración del formulario de creación
820
        $('#capsule_uuid').select2({
820
        $('#form-add #capsule_uuid').select2({
-
 
821
            theme: 'bootstrap-5',
-
 
822
            width: '100%',
-
 
823
            placeholder: 'LABEL_SELECT'
-
 
824
        })
-
 
825
 
-
 
826
        // Configuración del formulario de edición
-
 
827
        $('#form-edit #capsule_uuid').select2({
-
 
828
            theme: 'bootstrap-5',
821
            theme: 'bootstrap-5',
829
            width: '100%',
Línea 822... Línea 830...
822
            width: '100%'
830
            placeholder: 'LABEL_SELECT'
823
        })
831
        })
824
 
832