forked from qwerty/tupali
correccion selector empresas en opendata.php
This commit is contained in:
parent
e3c6bf6f8f
commit
37936a615a
2
milfs
2
milfs
@ -1 +1 @@
|
||||
Subproject commit 36e7dbd351f900d6b1ebb3bce9ce51c0a024ab29
|
||||
Subproject commit a685dd1c66741eb2518ee3f813dfea4ea718d07c
|
@ -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'>
|
||||
|
Loading…
Reference in New Issue
Block a user