Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15460 Rev 16768
Línea 949... Línea 949...
949
                    $element->setOptions(['label' => 'LABEL_EXCEL']);
949
                    $element->setOptions(['label' => 'LABEL_EXCEL']);
950
                    echo $this->formLabel($element);
950
                    echo $this->formLabel($element);
951
                    ?>
951
                    ?>
952
                    <div class="file-loading">
952
                    <div class="file-loading">
953
                        <?php
953
                        <?php
-
 
954
                        
-
 
955
                        
-
 
956
                      
-
 
957
                        
954
                        $element->setAttributes(['class' => 'form-control', 'accept' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/vnd.ms-excel']);
958
                        $element->setAttributes(['class' => 'form-control', 'accept' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel']);
955
                        echo $this->formFile($element);
959
                        echo $this->formFile($element);
956
                        ?>
960
                        ?>
957
                    </div>
961
                    </div>
958
                </div>
962
                </div>