1
0
Fork 0

correcion bug en vista de planilla

This commit is contained in:
humano 2017-10-30 09:42:34 -05:00
parent b5e956e4de
commit 6b9c5a7b3f
1 changed files with 1 additions and 1 deletions

View File

@ -11103,7 +11103,7 @@ $td .= "<td class='planilla_$row[id_campo]' >$imagen</td>";
}else {
$size="150" ;
}
if($contenido !=""){$contenido = "<img class='img img-responsive' style='height:$size px;' src='$_SESSION[site]milfs/images/secure/?file=$size/$contenido'>"; }
if($contenido !=""){$contenido = "<img class='img img-responsive' style='max-height: $size"."px !important;' src='$_SESSION[site]milfs/images/secure/?file=$size/$contenido'>"; }
else{$contenido="";}
}
elseif($campo_tipo=='14'){