Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16768 | Rev 16822 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16768 Rev 16816
Línea 803... Línea 803...
803
 
803
 
804
 
804
 
805
    });
805
    });
806
JS;
-
 
807
$this->inlineScript()->captureEnd();
806
JS;
Línea 808... Línea 807...
808
$this->headLink()->appendStylesheet('/css/style.css');
807
$this->inlineScript()->captureEnd();
809
?>
808
?>
810
 
809
 
Línea 949... Línea 948...
949
                    $element->setOptions(['label' => 'LABEL_EXCEL']);
948
                    $element->setOptions(['label' => 'LABEL_EXCEL']);
950
                    echo $this->formLabel($element);
949
                    echo $this->formLabel($element);
951
                    ?>
950
                    ?>
952
                    <div class="file-loading">
951
                    <div class="file-loading">
953
                        <?php
952
                        <?php
954
                        
953
 
955
                        
954
 
956
                      
955
 
957
                        
956
 
958
                        $element->setAttributes(['class' => 'form-control', 'accept' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel']);
957
                        $element->setAttributes(['class' => 'form-control', 'accept' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel']);
959
                        echo $this->formFile($element);
958
                        echo $this->formFile($element);
960
                        ?>
959
                        ?>
961
                    </div>
960
                    </div>
962
                </div>
961
                </div>