Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2524 Rev 2525
Línea 307... Línea 307...
307
    })
307
    })
Línea 308... Línea 308...
308
    
308
    
309
    $('#form-filter #candidates_uuid').change(function(e) {
309
    $('#form-filter #candidates_uuid').change(function(e) {
310
        e.preventDefault();
310
        e.preventDefault();
-
 
311
    })
-
 
312
     /**
-
 
313
     * Clicked cancel new/edit Form
-
 
314
     */
-
 
315
    $('button.btn-edit-cancel').click(function(e) {
-
 
316
        e.preventDefault();
-
 
317
        $('#row-edit').hide();
-
 
318
        $('#row-forms').show();
-
 
319
    });
-
 
320
    /**
-
 
321
     * Clicked save and continue new Form
-
 
322
     */
-
 
323
    $('button.btn-form-save-continue').click(function(e) {
-
 
324
        e.preventDefault();
-
 
325
        $('#interview #form-continue').val('1')
-
 
326
        $('#interview').submit();
-
 
327
    });
-
 
328
    /**
-
 
329
     * Clicked save and close new/edit Form
-
 
330
     */
-
 
331
    $('button.btn-form-save-close').click(function(e) {
-
 
332
        e.preventDefault();
-
 
333
        $('#interview #form-continue').val('0')
-
 
334
        $('#interview').submit();
Línea 311... Línea 335...
311
    })
335
    });
312
 
336
 
Línea 313... Línea 337...
313
    $('#vacancy_uuid').on('change', function () {
337
    $('#vacancy_uuid').on('change', function () {
Línea 409... Línea 433...
409
 
433
 
410
<section id="interview" style="display: none;">
434
<section id="interview" style="display: none;">
411
	<div class="container-fluid">
435
	<div class="container-fluid">
412
    	<div class="row">
436
    	<div class="row">
-
 
437
        	<div class="col-12">
-
 
438
                <input type="hidden" name="form-id" id="form-id" value="0" />
413
        	<div class="col-12">
439
                <input type="hidden" name="form-continue" id="form-continue" value="0" />
414
				<div class="card">        
440
				<div class="card">        
415
					<div class="card-header">		
441
					<div class="card-header">		
416
                        <label>interview</label>
442
                        <label>interview</label>
417
					</div>            
443
					</div>