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 535... Línea 535...
535
                        </table>    
535
                        </table>    
536
	 	         </div>
536
	 	         </div>
537
	 	     </div>
537
	 	     </div>
538
	 	</div>
538
	 	</div>
539
	 	<div class="card-footer text-right">
539
	 	<div class="card-footer text-right">
540
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
540
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-sync"></i> LABEL_REFRESH </button>
541
                            <?php if ($allowImport) : ?>
541
                            <?php if ($allowImport) : ?>
542
                                <button type="button" class="btn btn-primary btn-import"><i class="fa fa-upload"></i> LABEL_IMPORT </button>
542
                                <button type="button" class="btn btn-primary btn-import"><i class="fa fa-upload"></i> LABEL_IMPORT </button>
543
                            <?php endif; ?>
543
                            <?php endif; ?>
544
                            <?php if ($allowAdd) : ?>
544
                            <?php if ($allowAdd) : ?>
545
                                <button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
545
                                <button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>