Merge branch 'boton-agregar-mapa' of qwerty/tupali into master

This commit is contained in:
Fredy Rivera 2020-03-16 14:19:55 -05:00 committed by Gitea
commit 65355860fc

View File

@ -179,6 +179,11 @@ $ids = json_decode($otro_json[0]);
</h1> </h1>
<hr> <hr>
<label id='formulario_descripcion_mapa'><?php echo $formulario_descripcion[0] ?></label> <label id='formulario_descripcion_mapa'><?php echo $formulario_descripcion[0] ?></label>
<center>
<a href='/g<?php echo $_REQUEST[id]; ?>' target='_blank' class="btn btn-default btn-xs"><i class="fa fa-plus-circle" aria-hidden="true"></i> Agregar</a> <br>
<span class="label label-warning">Despues de agregar, recarga el mapa</span>
</center>
<hr> <hr>
<?php echo $categorias; ?> <?php echo $categorias; ?>