Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16929 Rev 16992
Línea 757... Línea 757...
757
						<div id="chart-container" style="width: 100%; height: 600px">
757
						<div id="chart-container" style="width: 100%; height: 600px">
758
            		 	</div>
758
            		 	</div>
759
                    </div>
759
                    </div>
760
                    <div class="card-footer clearfix">
760
                    <div class="card-footer clearfix">
761
                		<div  style="float:right;" >
761
                		<div  style="float:right;" >
762
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
762
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-sync"></i> LABEL_REFRESH </button>
763
                            <?php if ($allowAdd) : ?>
763
                            <?php if ($allowAdd) : ?>
764
                                <?php if ($allowImport) : ?>
764
                                <?php if ($allowImport) : ?>
765
                                    <button type="button" class="btn btn-primary btn-import"><i class="fa fa-upload"></i> LABEL_IMPORT </button>
765
                                    <button type="button" class="btn btn-primary btn-import"><i class="fa fa-upload"></i> LABEL_IMPORT </button>
766
                                <?php endif; ?>
766
                                <?php endif; ?>
767
                                <button type="button" class="btn btn-primary btn-add-job-description" data-link="<?php echo $routeAdd ?>"><i class="fa fa-plus"></i> LABEL_ADD </button>
767
                                <button type="button" class="btn btn-primary btn-add-job-description" data-link="<?php echo $routeAdd ?>"><i class="fa fa-plus"></i> LABEL_ADD </button>