Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 3104 Rev 3105
Línea 325... Línea 325...
325
                $('#interview #status').val('');            
325
                $('#interview #status').val('');            
326
                $('#interview #type').val('')
326
                $('#interview #type').val('')
327
                $("#interview #points").val('$points_0');
327
                $("#interview #points").val('$points_0');
Línea 328... Línea 328...
328
              
328
              
329
                $("#competencies-job").html($("#competenciesTemplate").render(data))
-
 
330
                $("#main").show()
329
                $("#competencies-job").html($("#competenciesTemplate").render(data))
331
                $("#interview").show()
330
                $("#interview").show()
332
                $("#form-interview").attr('action', url)
331
                $("#form-interview").attr('action', url)
333
            } else {
332
            } else {
334
                $.fn.showError(response['data']);
333
                $.fn.showError(response['data']);
Línea 545... Línea 544...
545
                            <tbody>
544
                            <tbody>
546
                            </tbody>
545
                            </tbody>
547
                        </table>
546
                        </table>
548
                    </div>
547
                    </div>
549
                    <div class="card-footer clearfix">
548
                    <div class="card-footer clearfix">
550
                        
-
 
-
 
549
                        <div style="float:right;">
-
 
550
                        <button id="add-button" type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
-
 
551
                        </div>
551
                    </div>
552
                    </div>
552
                </div>
553
                </div>
553
            </div>
554
            </div>
554
        </div>
555
        </div>
555
    </div>
556
    </div>