| Línea 540... |
Línea 540... |
| 540 |
<button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
|
540 |
<button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
|
| 541 |
<?php endif; ?>
|
541 |
<?php endif; ?>
|
| 542 |
<?php if ($allowUpload) : ?>
|
542 |
<?php if ($allowUpload) : ?>
|
| 543 |
<button type="button" class="btn btn-primary btn-upload"><i class="fa fa-upload"></i> LABEL_UPLOAD </button>
|
543 |
<button type="button" class="btn btn-primary btn-upload"><i class="fa fa-upload"></i> LABEL_UPLOAD </button>
|
| 544 |
<?php endif; ?>
|
544 |
<?php endif; ?>
|
| 545 |
<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
|
545 |
<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-sync"></i> LABEL_REFRESH </button>
|
| 546 |
</div>
|
546 |
</div>
|
| 547 |
</div>
|
547 |
</div>
|
| Línea 548... |
Línea 548... |
| 548 |
|
548 |
|
| 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>
|