forked from qwerty/tupali
columna control
This commit is contained in:
parent
72f7156268
commit
68471821ba
@ -13039,8 +13039,8 @@ $td .= "<th class='col_$row[id_campo] plantilla_titulo_$row[id_campo] $clase_int
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if($tipo=="titulos") { $identificador ="<th class='col_$row[id_campo] control_planilla'>Identificador</th>"; }
|
if($tipo=="titulos") { $identificador ="<th class='col_$row[id_campo] col_control control_planilla'>Identificador</th>"; }
|
||||||
else {$identificador ="<td class='col_$row[id_campo] control_planilla $clase_interaccion'> $control $interaccion_form </td>";}
|
else {$identificador ="<td class='col_$row[id_campo] control_planilla col_control $clase_interaccion'> $control $interaccion_form </td>";}
|
||||||
$resultado .="$td $identificador ";
|
$resultado .="$td $identificador ";
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user