| Línea 533... |
Línea 533... |
| 533 |
<button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
|
533 |
<button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
|
| 534 |
<?php endif; ?>
|
534 |
<?php endif; ?>
|
| 535 |
<?php if ($allowUpload) : ?>
|
535 |
<?php if ($allowUpload) : ?>
|
| 536 |
<button type="button" class="btn btn-primary btn-upload"><i class="fa fa-upload"></i> LABEL_UPLOAD </button>
|
536 |
<button type="button" class="btn btn-primary btn-upload"><i class="fa fa-upload"></i> LABEL_UPLOAD </button>
|
| 537 |
<?php endif; ?>
|
537 |
<?php endif; ?>
|
| 538 |
<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
|
538 |
<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-sync"></i> LABEL_REFRESH </button>
|
| 539 |
</div>
|
539 |
</div>
|
| 540 |
</div>
|
540 |
</div>
|
| 541 |
</div>
|
541 |
</div>
|
| 542 |
</div>
|
542 |
</div>
|
| 543 |
</div>
|
543 |
</div>
|
| Línea 596... |
Línea 596... |
| 596 |
|
596 |
|
| 597 |
</div>
|
597 |
</div>
|
| 598 |
</div>
|
598 |
</div>
|
| 599 |
</div>
|
599 |
</div>
|
| 600 |
<div class="card-footer text-right">
|
600 |
<div class="card-footer text-right">
|
| 601 |
<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
|
601 |
<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-sync"></i> LABEL_REFRESH </button>
|
| 602 |
<?php if($allowJobDescription) : ?>
|
602 |
<?php if($allowJobDescription) : ?>
|
| 603 |
<button type="button" class="btn btn-info btn-save-job-description"><i class="fa fa-save"></i> LABEL_SAVE </button>
|
603 |
<button type="button" class="btn btn-info btn-save-job-description"><i class="fa fa-save"></i> LABEL_SAVE </button>
|
| 604 |
<?php endif; ?>
|
604 |
<?php endif; ?>
|
| 605 |
</div>
|
605 |
</div>
|