Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16842 Rev 16845
Línea 46... Línea 46...
46
$this->inlineScript()->appendFile($this->basePath('assets/vendors/select2/js/i18n/es.js'));
46
$this->inlineScript()->appendFile($this->basePath('assets/vendors/select2/js/i18n/es.js'));
47
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2/css/select2.css'));
47
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2/css/select2.css'));
Línea 48... Línea 48...
48
 
48
 
Línea 49... Línea -...
49
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2-bootstrap4-theme/select2-bootstrap4.css'));
-
 
50
 
-
 
51
// bootbox Alert //
-
 
52
 
49
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/select2-bootstrap4-theme/select2-bootstrap4.css'));
53
 
50
 
Línea 54... Línea 51...
54
// JsRender //
51
// JsRender //
55
$this->inlineScript()->appendFile($this->basePath('assets/vendors/jsrender/jsrender.min.js'));
52
$this->inlineScript()->appendFile($this->basePath('assets/vendors/jsrender/jsrender.min.js'));
Línea 56... Línea -...
56
 
-
 
-
 
53
 
Línea 57... Línea 54...
57
$this->inlineScript()->appendFile($this->basePath('assets/vendors/orgchart/js/jquery.orgchart.js'));
54
$this->inlineScript()->appendFile($this->basePath('assets/vendors/orgchart/js/jquery.orgchart.js'));
58
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/orgchart/css/jquery.orgchart.css'));
55
$this->headLink()->appendStylesheet($this->basePath('assets/vendors/orgchart/css/jquery.orgchart.css'));
Línea 59... Línea 56...
59
 
56
 
Línea 255... Línea 252...
255
 
252
 
Línea 256... Línea 253...
256
                    var buttons =  {}
253
                    var buttons =  {}
257
 
254
 
258
                    buttons.cancel = {
255
                    buttons.cancel = {
259
                        label: 'LABEL_CANCEL',
256
                        label: 'LABEL_CANCEL',
260
                        className: 'btn-default',
257
                        className: 'btn-secondary',
261
                        callback: function(){
258
                        callback: function(){
262
                            console.log('CANCEL clicked');
259
                            console.log('CANCEL clicked');
Línea 263... Línea 260...
263
                        }
260
                        }
264
                    };
261
                    };
265
 
262
 
266
 
263
 
267
                    if(allowEdit && link_edit) {
264
                    if(allowEdit && link_edit) {
Línea 268... Línea 265...
268
                        buttons.edit = {
265
                        buttons.edit = {
269
                            label: 'LABEL_EDIT',
266
                            label: 'LABEL_EDIT',
270
                            className: 'btn-edit',
267
                            className: ' btn-primary',
Línea 278... Línea 275...
278
                        };
275
                        };
279
                    }
276
                    }
280
                    if(allowDelete && link_delete) {
277
                    if(allowDelete && link_delete) {
281
                        buttons.delete = {
278
                        buttons.delete = {
282
                            label: 'LABEL_DELETE',
279
                            label: 'LABEL_DELETE',
283
                            className: 'btn-delete',
280
                            className: 'btn-danger',
284
                            callback: function(){
281
                            callback: function(){
285
                                setTimeout(() => {
282
                                setTimeout(() => {
286
                                    $.fn.deleteJobDescription(link_delete);
283
                                    $.fn.deleteJobDescription(link_delete);
287
                                },  250);
284
                                },  250);
Línea 294... Línea 291...
294
                    }
291
                    }
Línea 295... Línea 292...
295
 
292
 
296
                    if(allowReport && link_report) {
293
                    if(allowReport && link_report) {
297
                        buttons.report = {
294
                        buttons.report = {
298
                            label: 'LABEL_REPORT',
295
                            label: 'LABEL_REPORT',
299
                            className: 'btn-default',
296
                            className: 'btn-info',
300
                            callback: function() {
297
                            callback: function() {
301
                                setTimeout(() => {
298
                                setTimeout(() => {
302
                                    $.fn.reportJobDescription(link_report);
299
                                    $.fn.reportJobDescription(link_report);
303
                                },  250);
300
                                },  250);
304
                            }
301
                            }
305
                        };
302
                        };
Línea -... Línea 303...
-
 
303
                    }
-
 
304
 
306
                    }
305
 
307
 
306
 
308
 
307
 
309
                    let dialog = bootbox.dialog({
308
                    let dialog = bootbox.dialog({
310
                        title: 'LABEL_JOB_DESCRIPTION',
309
                        title: 'LABEL_JOB_DESCRIPTION',
Línea 530... Línea 529...
530
                    }).fail(function( jqXHR, textStatus, errorThrown) {
529
                    }).fail(function( jqXHR, textStatus, errorThrown) {
531
                        $.fn.showError(textStatus);
530
                        $.fn.showError(textStatus);
532
                    }).always(function() {
531
                    }).always(function() {
533
                        NProgress.done();
532
                        NProgress.done();
534
                    });
533
                    });
535
                }
-
 
-
 
534
                
536
            }
535
            }
537
        });
536
        });
538
    }
537
    }
Línea 539... Línea 538...
539
 
538
 
Línea 626... Línea 625...
626
                $.fn.comboCompetencies();
625
                $.fn.comboCompetencies();
627
            }
626
            }
628
        }
627
        }
629
    });
628
    });
Línea -... Línea 629...
-
 
629
 
630
 
630
/*
631
    $('body').on('click', 'i.btn-delete-job-description', function(e) {
631
    $('body').on('click', 'i.btn-delete-job-description', function(e) {
632
        e.preventDefault();
632
        e.preventDefault();
Línea 633... Línea 633...
633
        var action = $(this).data('link');
633
        var action = $(this).data('link');
Línea 656... Línea 656...
656
                    }).fail(function(jqXHR, textStatus, errorThrown) {
656
                    }).fail(function(jqXHR, textStatus, errorThrown) {
657
                        $.fn.showError(textStatus);
657
                        $.fn.showError(textStatus);
658
                    }).always(function() {
658
                    }).always(function() {
659
                        NProgress.done();
659
                        NProgress.done();
660
                    });
660
                    });
661
                }
-
 
-
 
661
            
662
            }
662
            }
663
        });
663
        });
Línea 664... Línea 664...
664
 
664
 
Línea 665... Línea 665...
665
       
665
       
666
 
666
 
Línea 667... Línea 667...
667
    });
667
    });*/
Línea 701... Línea 701...
701
            console.log(competency_selected);
701
            console.log(competency_selected);
Línea 702... Línea 702...
702
 
702
 
703
            behavior = competency_selected .behaviors.filter((item) => item.uuid  == behavior_uuid ? item : false)[0];
703
            behavior = competency_selected .behaviors.filter((item) => item.uuid  == behavior_uuid ? item : false)[0];
Línea 704... Línea -...
704
            if(behavior) {
-
 
705
 
704
            if(behavior) {
706
                console.log(behavior);
705
 
707
                $('#form-behavior #competency-uuid').val(competency_uuid);
706
                $('#form-behavior #competency-uuid').val(competency_uuid);
Línea 708... Línea 707...
708
                $('#form-behavior #behavior-uuid').val(behavior_uuid);          
707
                $('#form-behavior #behavior-uuid').val(behavior_uuid);          
Línea 781... Línea 780...
781
JS;
780
JS;
782
$this->inlineScript()->captureEnd();
781
$this->inlineScript()->captureEnd();
783
?>
782
?>
Línea 784... Línea -...
784
 
-
 
Línea 785... Línea -...
785
 
-
 
786
<section class="content" id="row-lists" style="margin-bottom: 20px">
783
 
787
 
784
 
788
    <!-- Content Header (Page header) -->
-
 
789
    <div class="content-header">
-
 
790
        <div class="container-fluid">
-
 
791
            <div class="row mb-2">
-
 
792
                <div class="col-sm-12">
-
 
793
                    <h1>LABEL_JOBS_DESCRIPTION</h1>
-
 
794
                </div>
-
 
795
            </div>
-
 
796
        </div>
-
 
797
        <!-- /.container-fluid -->
-
 
798
    </div>
785
 
799
    <div class="container-fluid">
786
    <div class="container">
-
 
787
        <div class="row" id="row-lists">
-
 
788
            <div class="col-12">
-
 
789
                <div class="card">
800
        <div class="row">
790
                	<div class="card-header">
801
            <div class="col-12">
791
                		<h6 class="card-title">LABEL_JOBS_DESCRIPTION</h6>
802
                <div class="card">
792
                	</div>
803
                    <div class="card-body">
793
                    <div class="card-body">
804
						<div id="chart-container" style="width: 100%; height: 600px">
794
						<div id="chart-container" style="width: 100%; height: 600px">
Línea 816... Línea 806...
816
                        </div>
806
                        </div>
817
                    </div>
807
                    </div>
818
                </div>
808
                </div>
819
            </div>
809
            </div>
820
        </div>
810
        </div>
821
    </div>
811
   
822
</section>
812
 
Línea -... Línea 813...
-
 
813
 
823
 
814
 
824
<section id="row-form" style="display:none">
-
 
825
	<div class="card">
815
	<div class="card"  id="row-form" style="display:none">
826
        <div class="card-header">
816
        <div class="card-header">
827
            <h4 class="modal-title">LABEL_JOB_DESCRIPTION</h4>
817
            <h6 class="modal-title">LABEL_JOB_DESCRIPTION</h6>
828
        </div>
-
 
829
 		<div class="card-body">
-
 
830
            <div class="card card-primary card-outline card-tabs">
-
 
831
                <div class="card-header p-0 pt-1 border-bottom-0">
-
 
832
                    <ul class="nav nav-tabs" id="custom-tabs" role="tablist">
-
 
833
                        <li class="nav-item">
-
 
834
                            <a class="nav-link active" id="custom-tabs-general-tab" data-toggle="pill" href="#custom-tabs-general" role="tab" aria-controls="custom-tabs-general" aria-selected="true">LABEL_GENERAL</a>
-
 
835
                        </li>
-
 
836
                        <li class="nav-item">
-
 
837
                            <a class="nav-link" id="custom-tabs-compentencies-tab" data-toggle="pill" href="#custom-tabs-compentencies" role="tab" aria-controls="custom-tabs-compentencies" aria-selected="false">LABEL_COMPETENCIES</a>
-
 
838
                        </li>
-
 
839
                    </ul>
-
 
840
                </div>
-
 
841
                <div class="card-body">
818
        </div>
842
                    <?php
819
   		<?php
843
                    $form = $this->form;
820
        $form = $this->form;
844
                    $form->setAttributes([
821
        $form->setAttributes([
845
                        'method'    => 'post',
822
            'method'    => 'post',
846
                        'name'      => 'form',
823
            'name'      => 'form',
847
                        'id'        => 'form'
824
            'id'        => 'form'
848
                    ]);
-
 
849
 
-
 
850
                    $form->prepare();
-
 
851
                    echo $this->form()->openTag($form);
-
 
852
 
-
 
853
 
-
 
854
                    $element = $form->get('competencies');
-
 
855
                    echo $this->formHidden($element);
-
 
856
 
-
 
857
                    ?>
-
 
858
 
-
 
859
                    <div class="tab-content" id="custom-tabs-three-tabContent">
-
 
860
                        <div class="tab-pane fade show active" id="custom-tabs-general" role="tabpanel" aria-labelledby="custom-tabs-general-tab">
-
 
861
                            <div class="row">
-
 
862
                                <div class="col-md col-sm-12 col-12">
-
 
863
                                    <div class="form-group m-0">
-
 
864
                                        <?php
-
 
865
                                        $element = $form->get('name');
-
 
866
                                        $element->setOptions(['label' => 'LABEL_NAME']);
-
 
Línea -... Línea 825...
-
 
825
        ]);
-
 
826
 
-
 
827
        $form->prepare();
-
 
828
        echo $this->form()->openTag($form);
-
 
829
 
-
 
830
        $element = $form->get('competencies');
-
 
831
        echo $this->formHidden($element);
-
 
832
 
-
 
833
        ?>
-
 
834
 		<div class="card-body">
-
 
835
 			
-
 
836
			<ul class="nav nav-tabs" id="myTab" role="tablist">
-
 
837
              <li class="nav-item">
-
 
838
                <a class="nav-link active" id="custom-tabs-general-tab" data-bs-toggle="tab" href="#custom-tabs-general" role="tab" aria-controls="home" aria-selected="true">LABEL_GENERAL</a>
-
 
839
              </li>
-
 
840
              <li class="nav-item">
-
 
841
                <a class="nav-link" id="custom-tabs-compentencies-tab" data-bs-toggle="tab" href="#custom-tabs-compentencies" role="tab" aria-controls="custom-tabs-compentencies" aria-selected="false">LABEL_COMPETENCIES</a>
-
 
842
              </li>
-
 
843
 
-
 
844
            </ul>
-
 
845
            <div class="tab-content border border-top-0 p-3" id="myTabContent">
-
 
846
              <div class="tab-pane fade show active" id="custom-tabs-general" role="tabpanel" aria-labelledby="custom-tabs-general-tab">
-
 
847
 
-
 
848
 				<div class="row">
-
 
849
                                <div class="col-12 mt-3">
-
 
850
                           			<?php
-
 
851
                                    $element = $form->get('name');
-
 
852
                                    $element->setOptions(['label' => 'LABEL_NAME']);
867
                                        $element->setAttributes(['class' => 'form-control']);
853
                                    $element->setAttributes(['class' => 'form-control']);
868
 
854
 
869
                                        echo $this->formLabel($element);
855
                                    echo $this->formLabel($element);
870
                                        echo $this->formText($element);
856
                                    echo $this->formText($element);
871
                                        ?>
857
                                    ?>
872
                                    </div>
858
                               	</div>
873
                                </div>
859
                          	</div>
874
                                <div class="col-md col-sm-12 col-12 d-flex align-items-center justify-content-center">
860
                          	<div class="row">
875
                                    <div class="form-group m-0">
861
                                <div class="col-12 mt-3">
876
                                        <label>LABEL_STATUS</label>
862
                                        <label>LABEL_STATUS</label>
877
                                        <br />
863
                                        <br />
878
                                        <?php
864
                                        <?php
879
                                        $element = $form->get('status');
865
                                        $element = $form->get('status');
880
                                        $element->setOptions(['label' => 'LABEL_STATUS']);
866
                                        $element->setOptions(['label' => 'LABEL_STATUS']);
881
                                        // echo $this->formLabel($element);
867
                                        // echo $this->formLabel($element);
882
                                        echo $this->formCheckbox($element);
-
 
-
 
868
                                        echo $this->formCheckbox($element);
883
                                        ?>
869
                                        ?>
884
                                    </div>
870
                        
885
                                </div>
871
                                </div>
-
 
872
                            </div>
886
                            </div>
873
                          	<div class="row">
887
                            <div class="form-group">
874
                                <div class="col-12 mt-3">
888
                                <?php
875
                                <?php
889
                                $element = $form->get('objectives');
876
                                $element = $form->get('objectives');
Línea 890... Línea 877...
890
                                $element->setOptions(['label' => 'LABEL_OBJECTIVES']);
877
                                $element->setOptions(['label' => 'LABEL_OBJECTIVES']);
891
                                $element->setAttributes(['class' => 'form-control']);
878
                                $element->setAttributes(['class' => 'form-control']);
892
 
879
 
-
 
880
                                echo $this->formLabel($element);
893
                                echo $this->formLabel($element);
881
                                echo $this->formTextArea($element);
894
                                echo $this->formTextArea($element);
882
                                ?>
-
 
883
                                </div>
895
                                ?>
884
                            </div>
896
                            </div>
885
                          	<div class="row">
897
                            <div class="form-group">
886
                                <div class="col-12 mt-3">
898
                                <?php
887
                                <?php
Línea 899... Línea 888...
899
                                $element = $form->get('functions');
888
                                $element = $form->get('functions');
900
                                $element->setOptions(['label' => 'LABEL_FUNCTIONS']);
889
                                $element->setOptions(['label' => 'LABEL_FUNCTIONS']);
901
                                $element->setAttributes(['class' => 'form-control']);
890
                                $element->setAttributes(['class' => 'form-control']);
-
 
891
 
902
 
892
                                echo $this->formLabel($element);
903
                                echo $this->formLabel($element);
893
                                echo $this->formTextArea($element);
-
 
894
                                ?>
904
                                echo $this->formTextArea($element);
895
                                </div>
905
                                ?>
896
                            </div>
906
                            </div>
897
                          	<div class="row">
907
                     		<div class="form-group">
898
                                <div class="col-12 mt-3">
Línea 908... Línea 899...
908
                                <?php
899
                                <?php
909
                                $element = $form->get('job_description_id_boss');
900
                                $element = $form->get('job_description_id_boss');
910
                                $element->setOptions(['label' => 'LABEL_BOSS']);
901
                                $element->setOptions(['label' => 'LABEL_BOSS']);
911
                                $element->setAttributes(['class' => 'form-control']);
-
 
912
 
-
 
913
                                echo $this->formLabel($element);
-
 
914
                                echo $this->formSelect($element);
-
 
915
                                ?>
-
 
916
                            </div>
-
 
917
                        </div>
-
 
918
                        <div class="tab-pane fade" id="custom-tabs-compentencies" role="tabpanel" aria-labelledby="custom-tabs-compentencies-tab">
-
 
919
                            <div class="row">
-
 
920
                                <div class="col-md-8 col-sm-8 col-xs-12">
-
 
921
                                    <select id="select-competency" class="form-control"> </select>
-
 
922
                                </div>
-
 
923
                                <div class="col-md-4 col-sm-4 col-xs-12">
-
 
924
                                    <button type="button" class="btn btn-primary" id="btn-select-competency" data-toggle="tooltip" title="LABEL_ADD LABEL_COMPETENCY">LABEL_ADD LABEL_COMPETENCY</button>
-
 
925
                                </div>
902
                                $element->setAttributes(['class' => 'form-control']);
926
                            </div>
903
 
-
 
904
                                echo $this->formLabel($element);
-
 
905
                                echo $this->formSelect($element);
-
 
906
                                ?>
-
 
907
                                </div>
-
 
908
                            </div>
-
 
909
              
-
 
910
              
-
 
911
              </div>
927
                            <div class="row">
912
              <div class="tab-pane fade" id="custom-tabs-compentencies" role="tabpanel" aria-labelledby="custom-tabs-compentencies-tab">
-
 
913
              
-
 
914
           		<div class="row">
-
 
915
                	<div class="col-md-8 col-sm-8 col-xs-12 mt-3">
928
                                <br>
916
                 		<select id="select-competency" class="form-control"> </select>
-
 
917
               		</div>
-
 
918
                 	<div class="col-md-4 col-sm-4 col-xs-12 mt-3">
-
 
919
                 		<button type="button" class="btn btn-primary" id="btn-select-competency" data-toggle="tooltip" title="LABEL_ADD LABEL_COMPETENCY">LABEL_ADD LABEL_COMPETENCY</button>
-
 
920
             		</div>
-
 
921
              	</div>
929
                                <div class="col-md-12 col-sm-12 col-xs-12" id="renderCompetencies" style="margin-top: 10px;">
922
                <div class="row">
-
 
923
             		<div class="col-12 mt-3" id="renderCompetencies">
930
                                </div>
924
             		</div>
931
                            </div>
-
 
-
 
925
            	</div>
Línea 932... Línea 926...
932
                        </div>
926
              
933
                    </div>
927
              </div>
934
                </div>
928
 
935
            </div>
929
            </div>
936
            <?php echo $this->form()->closeTag($form); ?>
930
           
-
 
931
 
937
 
932
        </div>
Línea 938... Línea 933...
938
        </div>
933
        <div class="card-footer text-right">
Línea 939... Línea 934...
939
        <div class="card-footer clearfix">
934
            <button type="submit" form="form" class="btn btn-primary">LABEL_SAVE</button>
940
            <button type="submit" form="form" class="btn btn-primary">LABEL_SAVE</button>
935
            <button type="button" class="btn btn-danger btn-edit-job-description-cancel">Cerrar</button>
941
            <button type="button" class="btn btn-danger btn-edit-job-description-cancel">Cerrar</button>
936
        </div>
942
        </div>
937
         <?php echo $this->form()->closeTag($form); ?>
943
	</div>
938
	</div>
944
 
939
 
945
 
940
 
946
</section>
941
 </div>
947
 
942
 
948
 
943
 
949
<!--start modal behavior-->
944
<!--start modal behavior-->
950
<div id="modal-behavior" class="modal" tabindex="-1" role="dialog">
945
<div id="modal-behavior" class="modal" tabindex="-1" role="dialog">
951
	<form action="#" name="form-behavior" id="form-behavior">
946
	<form action="#" name="form-behavior" id="form-behavior">
952
        <div class="modal-dialog " role="document">
947
        <div class="modal-dialog " role="document">
-
 
948
    		<input type="hidden" id="behavior-uuid" name="behavior-uuid" value="" />
953
    		<input type="hidden" id="behavior-uuid" name="behavior-uuid" value="" />
949
       		<input type="hidden" id="competency-uuid" name="competency-uuid value="" />
954
       		<input type="hidden" id="competency-uuid" name="competency-uuid value="" />
950
       		<div class=" modal-content">
955
       		<div class=" modal-content">
951
                <div class="modal-header">
-
 
952
                    <h6 class="modal-title">LABEL_EDIT LABEL_LEVEL</h6>
956
                <div class="modal-header">
953
                    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
-
 
954
                        <span aria-hidden="true">&times;</span>
957
                    <h4 class="modal-title">LABEL_EDIT LABEL_LEVEL</h4>
955
                    </button>
958
                    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
956
                </div>
959
                        <span aria-hidden="true">&times;</span>
957
                <div class="modal-body">
960
                    </button>
-
 
-
 
958
             		<div class="row">
961
                </div>
959
                		<div class="col-12 mt-3">
962
                <div class="modal-body">
960
                              <label for="behavior-value">LABEL_LEVEL</label>
963
                       <div class="form-group">
961
                              <input type="number" step="1" min="0" max="100" id="level" name="level">
964
                          <label for="behavior-value">LABEL_LEVEL</label>
962
                        </div>
965
                          <input type="number" step="1" min="0" max="100" id="level" name="level">
963
                    </div> 
Línea 978... Línea 976...
978
 
976
 
979
<!---Template Competencies --->
977
<!---Template Competencies --->
980
<script id="competencyTemplate" type="text/x-jsrender">
978
<script id="competencyTemplate" type="text/x-jsrender">
981
    <div class="panel panel-default panel-competency" id="panel-{{:uuid}}" data-competency="{{:uuid}}">
979
    <div class="panel panel-default panel-competency" id="panel-{{:uuid}}" data-competency="{{:uuid}}">
982
   <div class="panel-heading">
980
   <div class="panel-heading">
983
      <h4 class="panel-title" style="    font-size: 18px;">
981
      <h6 class="panel-title" style="    font-size: 18px;">
984
         <a class="accordion-toggle" data-toggle="collapse" aria-expanded="true" data-parent="#panel-{{:uuid}}" href="#collapse-{{:uuid}}">
982
         <a class="accordion-toggle" data-toggle="collapse" aria-expanded="true" data-parent="#panel-{{:uuid}}" href="#collapse-{{:uuid}}">
985
         <span class="section-name{{:uuid}}">
983
         <span class="section-name{{:uuid}}">
986
            {{:~getCompetencyType(competency_type_uuid).name}} - {{:~getCompetency(uuid).name}}
984
            {{:~getCompetencyType(competency_type_uuid).name}} - {{:~getCompetency(uuid).name}}
987
         </span>
985
         </span>
988
         </a>
986
         </a>
989
      </h4>
987
      </h6>
990
   </div>
988
   </div>
991
   <div id="collapse-{{:uuid}}" class="panel-collapse in collapse show">
989
   <div id="collapse-{{:uuid}}" class="panel-collapse in collapse show">
992
      <div class="panel-body">
990
      <div class="panel-body">
993
         <div class="table-responsive">
991
         <div class="table-responsive">
Línea 1033... Línea 1031...
1033
</script>
1031
</script>
Línea 1034... Línea 1032...
1034
 
1032
 
1035
<script id="competencyTemplateWithLevel" type="text/x-jsrender">
1033
<script id="competencyTemplateWithLevel" type="text/x-jsrender">
1036
 <div class="panel panel-default panel-competency" id="panel-{{:uuid}}" data-competency="{{:uuid}}">
1034
 <div class="panel panel-default panel-competency" id="panel-{{:uuid}}" data-competency="{{:uuid}}">
1037
   <div class="panel-heading">
1035
   <div class="panel-heading">
1038
      <h4 class="panel-title" style="    font-size: 18px;">
1036
      <h6 class="panel-title" style="    font-size: 18px;">
1039
         <a class="accordion-toggle" data-toggle="collapse" aria-expanded="true" data-parent="#panel-{{:uuid}}" href="#collapse-{{:uuid}}">
1037
         <a class="accordion-toggle" data-toggle="collapse" aria-expanded="true" data-parent="#panel-{{:uuid}}" href="#collapse-{{:uuid}}">
1040
         <span class="section-name{{:uuid}}">
1038
         <span class="section-name{{:uuid}}">
1041
            {{:~getCompetencyType(competency_type_uuid).name}} - {{:~getCompetency(uuid).name}}
1039
            {{:~getCompetencyType(competency_type_uuid).name}} - {{:~getCompetency(uuid).name}}
1042
         </span>
1040
         </span>
1043
         </a>
1041
         </a>
1044
      </h4>
1042
      </h6>
1045
   </div>
1043
   </div>
1046
   <div id="collapse-{{:uuid}}" class="panel-collapse in collapse show">
1044
   <div id="collapse-{{:uuid}}" class="panel-collapse in collapse show">
1047
      <div class="panel-body">
1045
      <div class="panel-body">
1048
         <div class="table-responsive">
1046
         <div class="table-responsive">