Cambio de map.php a mapero.php
This commit is contained in:
parent
f2b2e598b5
commit
50931f7c5a
@ -336,7 +336,7 @@ function formulario_acciones($id) {
|
||||
$geo = buscar_campo_tipo("$id","14");
|
||||
$buscador = buscar_datos("*formato*","$id","grid","mostrar_contenido_buscador");
|
||||
if($geo[0] !='') {
|
||||
$mapa= "<a class='btn btn-info ' target='mapa' href='milfs/map.php?id=$id' target='mapa'>Mapa</a>
|
||||
$mapa= "<a class='btn btn-info ' target='mapa' href='milfs/mapero.php?id=$id' target='mapa'>Mapa</a>
|
||||
<a class='btn btn-info ' target='mapa' href='milfs/json.php?id=$id' target='mapa'>{GEOJson}</a>
|
||||
";}else {$mapa='';}
|
||||
$acciones="<div class='btn-group' role='group' aria-label='...'>
|
||||
@ -3593,7 +3593,7 @@ if (mysqli_num_rows($sql)!='0'){
|
||||
|
||||
}else{ $miniatura ="<div class='alert alert-danger'>No se ha definido un token de mapbox</div>";}
|
||||
}
|
||||
if($geo[0] !='') { $mapa= "<a href='milfs/map.php?id=$row[id]' target='mapa'>$miniatura Ver mapa</a>";}else {$mapa='';}
|
||||
if($geo[0] !='') { $mapa= "<a href='milfs/mapero.php?id=$row[id]' target='mapa'>$miniatura Ver mapa</a>";}else {$mapa='';}
|
||||
$descripcion_limpia = strip_tags($row['descripcion']);
|
||||
if($imagen !="") {
|
||||
$imagen ="
|
||||
@ -8353,7 +8353,7 @@ while( $row = mysqli_fetch_array( $sql ) ) {
|
||||
$i++;
|
||||
$descripcion_corta = substr($row['descripcion'],0, $length = 100);
|
||||
$geo = buscar_campo_tipo($row['id'],"14");
|
||||
if($geo[0] !='') { $mapa= "<tr><td><a href='map.php?id=$row[id]' target='mapa'><i class='glyphicon glyphicon-globe'></i></a></td></tr>";}else {$mapa='';}
|
||||
if($geo[0] !='') { $mapa= "<tr><td><a href='mapero.php?id=$row[id]' target='mapa'><i class='glyphicon glyphicon-globe'></i></a></td></tr>";}else {$mapa='';}
|
||||
|
||||
//$nombre = strtoupper("$row[nombre]");
|
||||
$nombre = $row['nombre'];
|
||||
@ -11349,7 +11349,7 @@ if (mysqli_num_rows($sql)!='0' ){
|
||||
$geo = buscar_campo_tipo($id,"14");
|
||||
$email_envio = remplacetas('form_parametrizacion','campo',"$row[id]",'descripcion'," tabla='form_id' and opcion = 'email'") ;
|
||||
$mensaje_envio = remplacetas('form_parametrizacion','campo',"$row[id]",'descripcion'," tabla='form_id' and opcion = 'mensaje_envio'") ;
|
||||
if($geo[0] !='') { $mapa= "<li class='list-group-item'><a href='milfs/map.php?id=$id' target='mapa'><i class='glyphicon glyphicon-globe'></i> Mapa</a></li>";}else {$mapa='';}
|
||||
if($geo[0] !='') { $mapa= "<li class='list-group-item'><a href='milfs/mapero.php?id=$id' target='mapa'><i class='glyphicon glyphicon-globe'></i> Mapa</a></li>";}else {$mapa='';}
|
||||
|
||||
if($i % $divider==0) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user