forked from qwerty/tupali
Merge branch 'boton-agregar-mapa' of qwerty/tupali into master
This commit is contained in:
commit
65355860fc
@ -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; ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user