| Línea 877... |
Línea 877... |
| 877 |
</table>
|
877 |
</table>
|
| 878 |
</div>
|
878 |
</div>
|
| 879 |
</div>
|
879 |
</div>
|
| 880 |
</div>
|
880 |
</div>
|
| 881 |
<div class="card-footer text-right">
|
881 |
<div class="card-footer text-right">
|
| 882 |
<button type="button" class="btn btn-sm btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH</button>
|
882 |
<button type="button" class="btn btn-sm btn-info btn-refresh"><i class="fa fa-sync"></i> LABEL_REFRESH</button>
|
| 883 |
<?php if ($allowUpload) : ?>
|
883 |
<?php if ($allowUpload) : ?>
|
| 884 |
<button type="button" class="btn btn-sm btn-primary btn-upload"><i class="fa fa-upload"></i> LABEL_UPLOAD </button>
|
884 |
<button type="button" class="btn btn-sm btn-primary btn-upload"><i class="fa fa-upload"></i> LABEL_UPLOAD </button>
|
| 885 |
<?php endif; ?>
|
885 |
<?php endif; ?>
|
| 886 |
<?php if ($allowInvite) : ?>
|
886 |
<?php if ($allowInvite) : ?>
|
| 887 |
<button type="button" class="btn btn-sm btn-primary btn-invite"><i class="fa fa-plus"></i> LABEL_INVITE </button>
|
887 |
<button type="button" class="btn btn-sm btn-primary btn-invite"><i class="fa fa-plus"></i> LABEL_INVITE </button>
|