Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15430 Rev 15431
Línea 813... Línea 813...
813
        'off': 'LABEL_INACTIVE',
813
        'off': 'LABEL_INACTIVE',
814
        'width': '160px',
814
        'width': '160px',
815
        'height': '40px'
815
        'height': '40px'
816
    });
816
    });
Línea 817... Línea -...
817
 
-
 
818
    CKEDITOR.replace('functions');
-
 
819
    CKEDITOR.replace('objectives');
-
 
820
 
-
 
821
 
817
 
822
    $('#form #job_description_id_boss').select2({
818
    $('#form #job_description_id_boss').select2({
823
        theme: 'bootstrap4',
819
        theme: 'bootstrap4',
824
        width: '100%',
820
        width: '100%',
Línea 836... Línea 832...
836
    $('#select-competency').select2({
832
    $('#select-competency').select2({
837
        theme: 'bootstrap4',
833
        theme: 'bootstrap4',
838
        width: '100%',
834
        width: '100%',
839
    });
835
    });
Línea 840... Línea 836...
840
 
836
 
841
    CKEDITOR.replace('functions',{
-
 
842
        toolbar: [
-
 
843
                    { name: 'editing', items: ['Scayt'] },
-
 
844
                    { name: 'links', items: ['Link', 'Unlink'] },
-
 
845
                    { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
-
 
846
                    { name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
-
 
847
                    '/',
-
 
848
                    { name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
-
 
849
                    { name: 'styles', items: ['Styles', 'Format'] },
-
 
850
                    { name: 'tools', items: ['Maximize'] }
-
 
851
                ],
-
 
852
                removePlugins: 'elementspath,Anchor',
-
 
853
                heigth: 100
-
 
854
    });
837
    CKEDITOR.replace('functions');
855
    CKEDITOR.replace('objectives',{
-
 
856
        toolbar: [
-
 
857
                    { name: 'editing', items: ['Scayt'] },
-
 
858
                    { name: 'links', items: ['Link', 'Unlink'] },
-
 
859
                    { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
-
 
860
                    { name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
-
 
861
                    '/',
-
 
862
                    { name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'SpecialChar'] },
-
 
863
                    { name: 'styles', items: ['Styles', 'Format'] },
-
 
864
                    { name: 'tools', items: ['Maximize'] }
-
 
-
 
838
    CKEDITOR.replace('objectives');
865
                ],
839
 
866
                removePlugins: 'elementspath,Anchor',
840
    CKEDITOR.editorConfig = function( config ) {
867
                heigth: 100
841
        config.toolbar = [];
Línea 868... Línea 842...
868
    });
842
    };
Línea 869... Línea 843...
869
 
843
 
870
});
844
});
Línea 921... Línea 895...
921
 
895
 
922
<section id="row-form" style="display:none">
896
<section id="row-form" style="display:none">
923
    <div class="container">
897
    <div class="container">
924
        <!-- Modal Header -->
898
        <!-- Modal Header -->
925
        <div class="modal-header">
899
        <div class="modal-header">
926
            <h4 class="modal-title">LABEL_JOB_DESCRIPTION - <span id="form-title"></span></h4>
900
            <h4 class="modal-title">LABEL_JOB_DESCRIPTION * <span id="form-title"></span></h4>
927
        </div>
901
        </div>
928
        <!-- Modal body -->
902
        <!-- Modal body -->
929
        <div class="modal-body">
903
        <div class="modal-body">
930
            <div class="card card-primary card-outline card-tabs">
904
            <div class="card card-primary card-outline card-tabs">