Actualizar 'mapero.php'

He agregado un botón para agregar datos desde el mapa abriendo el formulario en una ventana nueva.
This commit is contained in:
kleper 2019-11-25 21:27:57 -05:00
parent 3b56032d26
commit fd03415f2e

View File

@ -179,6 +179,11 @@ $ids = json_decode($otro_json[0]);
</h1>
<hr>
<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>
<?php echo $categorias; ?>