Mejoras menores

prueba de css
parent 7953a9fc
...@@ -250,12 +250,12 @@ class CampaniaApiController extends ApiController { ...@@ -250,12 +250,12 @@ class CampaniaApiController extends ApiController {
$html = $html."<div id ='fila_head_".$contenidoHead->getCcoFila()."' class='row'>"; $html = $html."<div id ='fila_head_".$contenidoHead->getCcoFila()."' class='row'>";
$log->debug("KEY $key | HTML $html"); $log->debug("KEY $key | HTML $html");
}else if($key != key($contenidosHead) && $fila != $contenidoHead->getCcoFila()){ }else if($fila != $contenidoHead->getCcoFila()){
$html = ""; $html = "";
$html = $html."</div><div id ='fila_head_".$contenidoHead->getCcoFila()."' class='row'>"; $html = $html."</div><div id ='fila_head_".$contenidoHead->getCcoFila()."' class='row'>";
$log->debug("KEY $key | HTML $html"); $log->debug("KEY $key | HTML $html");
}else if($key != key($contenidosHead) && $fila == $contenidoHead->getCcoFila()){ }else if($fila == $contenidoHead->getCcoFila()){
$html = ""; $html = "";
$log->debug("KEY $key | HTML $html"); $log->debug("KEY $key | HTML $html");
} }
......
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