| Línea 364... |
Línea 364... |
| 364 |
</table>
|
364 |
</table>
|
| 365 |
</div>
|
365 |
</div>
|
| 366 |
</div>
|
366 |
</div>
|
| 367 |
</div>
|
367 |
</div>
|
| 368 |
<div class="card-footer text-right">
|
368 |
<div class="card-footer text-right">
|
| 369 |
<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
|
369 |
<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-sync"></i> LABEL_REFRESH </button>
|
| 370 |
<?php if ($allowAdd) : ?>
|
370 |
<?php if ($allowAdd) : ?>
|
| 371 |
<button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
|
371 |
<button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
|
| 372 |
<?php endif; ?>
|
372 |
<?php endif; ?>
|
| 373 |
<?php if ($allowImport) : ?>
|
373 |
<?php if ($allowImport) : ?>
|
| 374 |
<button type="button" class="btn btn-primary btn-import"><i class="fa fa-plus"></i> LABEL_IMPORT </button>
|
374 |
<button type="button" class="btn btn-primary btn-import"><i class="fa fa-plus"></i> LABEL_IMPORT </button>
|