Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16971 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16971 Rev 16992
Línea 461... Línea 461...
461
              	<tbody>
461
              	<tbody>
462
             	</tbody>
462
             	</tbody>
463
          	</table>
463
          	</table>
464
	 	</div>
464
	 	</div>
465
	 	<div class="card-footer text-right">
465
	 	<div class="card-footer text-right">
466
			<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
466
			<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-sync"></i> LABEL_REFRESH </button>
467
            <?php if ($allowAdd) : ?>
467
            <?php if ($allowAdd) : ?>
468
    		<button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
468
    		<button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
469
      		<?php endif; ?>
469
      		<?php endif; ?>
Línea 470... Línea 470...
470
        
470