1
0
Fork 0

correccion selector empresas en opendata.php

This commit is contained in:
humano 2018-07-20 23:01:25 -05:00
parent e3c6bf6f8f
commit 37936a615a
2 changed files with 5 additions and 6 deletions

2
milfs

@ -1 +1 @@
Subproject commit 36e7dbd351f900d6b1ebb3bce9ce51c0a024ab29
Subproject commit a685dd1c66741eb2518ee3f813dfea4ea718d07c

View File

@ -209,14 +209,13 @@ color: black !important;
<div id ='contenedor' style=' ' class="container">
<div class="col-md-12">
<?php echo $empresas; echo "<h1><img class='img img-rounded' src='milfs/images/secure/?file=150/$logo[0]' style='max-height:100px;'> $razon_social[0]<small><br>$slogan[0]</small></h1>"; ?>
<?php " <h1><img class='img img-rounded' src='milfs/images/secure/?file=150/$logo[0]' style='max-height:100px;'> $razon_social[0]<small><br>$slogan[0]</small></h1>"; ?>
</div>
<div class='container-full'>
<div class='col-md-6'>
<?php
echo $empresas = drop('empresa','id','razon_social','?proyecto',"",'Selecciona un Proyecto');
//$buscador = buscar_datos("*formato*","$formulario","grid","mostrar_contenido_buscador");
<?php
$empresas = drop('empresa','id','razon_social','?proyecto',"",'Selecciona un Proyecto');
echo $empresas
?>
</div>
<div class='col-md-6'>