| Línea 409... |
Línea 409... |
| 409 |
const data = $('#candidate_uuid option[value="' + uuid + '"]').data()
|
409 |
const data = $('#candidate_uuid option[value="' + uuid + '"]').data()
|
| Línea 410... |
Línea 410... |
| 410 |
|
410 |
|
| 411 |
$('#add-button').data('url', data.addUrl)
|
411 |
$('#add-button').data('url', data.addUrl)
|
| 412 |
$("#edit-button").data('url', data.editUrl)
|
412 |
$("#edit-button").data('url', data.editUrl)
|
| 413 |
$("#delete-button").data('url', data.deleteUrl)
|
413 |
$("#delete-button").data('url', data.deleteUrl)
|
| 414 |
$("#report-button").data('url', data.reportUrl)
|
414 |
$("#report-button").attr('href', data.reportUrl)
|
| 415 |
if (data.addUrl) {
|
415 |
if (data.addUrl) {
|
| 416 |
$('#add-button').show();
|
416 |
$('#add-button').show();
|
| 417 |
$('#report-button').show();
|
417 |
$('#report-button').show();
|
| 418 |
$('#edit-button').hide();
|
418 |
$('#edit-button').hide();
|
| Línea 477... |
Línea 477... |
| 477 |
<div id="job-description"></div>
|
477 |
<div id="job-description"></div>
|
| 478 |
</div>
|
478 |
</div>
|
| 479 |
<div class="card-footer clearfix">
|
479 |
<div class="card-footer clearfix">
|
| 480 |
<div style="float:right;">
|
480 |
<div style="float:right;">
|
| 481 |
<button id="add-button" type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
|
481 |
<button id="add-button" type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
|
| 482 |
<button id="report-button" type="button" class="btn btn-primary btn-report"><i class="fa fa-file"></i> LABEL_REPORT </button>
|
482 |
<a id="report-button" target="_blank" class="btn btn-primary btn-report"><i class="fa fa-file"></i> LABEL_REPORT </a>
|
| 483 |
<button id="edit-button" type="button" class="btn btn-primary btn-edit"><i class="fa fa-edit"></i> LABEL_EDIT </button>
|
483 |
<button id="edit-button" type="button" class="btn btn-primary btn-edit"><i class="fa fa-edit"></i> LABEL_EDIT </button>
|
| 484 |
<button id="delete-button" type="button" class="btn btn-primary btn-delete"><i class="fa fa-ban"></i> LABEL_DELETE </button>
|
484 |
<button id="delete-button" type="button" class="btn btn-primary btn-delete"><i class="fa fa-ban"></i> LABEL_DELETE </button>
|
| 485 |
</div>
|
485 |
</div>
|
| 486 |
</div>
|
486 |
</div>
|
| 487 |
</div>
|
487 |
</div>
|