Mejoras menores

prueba de css
parent 521e956c
...@@ -250,7 +250,7 @@ class CampaniaApiController extends ApiController { ...@@ -250,7 +250,7 @@ class CampaniaApiController extends ApiController {
if($fila != 0) $html = $html."</div>"; if($fila != 0) $html = $html."</div>";
$log->debug("generando nueva fila..."); $log->debug("generando nueva fila...");
$fila = $contenidoHead->getCcoFila(); $fila = $contenidoHead->getCcoFila();
$html = $html."<div id='fila_id_".$contenidoHead->getCcoId()."'>"; $html = $html."<div id='fila_id_".$contenidoHead->getCcoId()."' class='row'>";
}else{ }else{
$log->debug("misma fila para la seccion "); $log->debug("misma fila para la seccion ");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment