forked from qwerty/tupali
Boton Opendata
This commit is contained in:
parent
418b69db1b
commit
7e1a6e029f
@ -3833,7 +3833,7 @@ if (mysqli_num_rows($sql)!='0'){
|
||||
|
||||
if($llenar[0] !="0") {$boton_agregar =" <div class='boton_land btn btn-default ' onclick=\"xajax_formulario_embebido_ajax('$row[id]','','nuevo');\"> <i class='glyphicon glyphicon-plus-sign'></i> Agregar </div>";}
|
||||
else{$boton_agregar = "";}
|
||||
if($ver_data[0] !="0") {$boton_ver_data =" <a target='datos'class='boton_land btn btn-default ' href= 'opendata.php?id=$row[id]'> <i class='glyphicon glyphicons-stats'></i> Estadisticas</a>";}
|
||||
if($ver_data[0] !="0") {$boton_ver_data =" <a target='datos'class='boton_land btn btn-default ' href= 'opendata.php?id=$row[id]'> <i class='glyphicon glyphicons-stats'></i> OpenData</a>";}
|
||||
else{$boton_ver_data = "";}
|
||||
|
||||
if($mostrar[0] !="0") {
|
||||
|
Loading…
Reference in New Issue
Block a user