Actualizar 'mapero.php' #205

Manually merged
humano merged 1 commits from boton-agregar-mapa into master 2020-03-16 19:19:55 +00:00
1 changed files with 5 additions and 0 deletions

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; ?>