Skip to content

Commit

Permalink
Merge pull request #823 from netocx/2.6
Browse files Browse the repository at this point in the history
Corrigindo a cor da apresentacao dos dias nao letivos no calendario
  • Loading branch information
jrbarros authored Feb 2, 2022
2 parents fb867b3 + 20f74cd commit 918dafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_calendario_ano_letivo_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function renderHTML()
$obj_calendario->adicionarLegenda('Extra Letivo', 'LARANJA_ESCURO');
$obj_calendario->adicionarArrayDias('Extra Letivo', [$dia['dia']]);
} elseif (mb_strtoupper($det_motivo['tipo']) == 'N') {
$obj_calendario->adicionarLegenda('Não Letivo', '#VERDE_ESCURO');
$obj_calendario->adicionarLegenda('Não Letivo', 'VERDE_ESCURO');
$obj_calendario->adicionarArrayDias('Não Letivo', [$dia['dia']]);
}

Expand Down

0 comments on commit 918dafe

Please sign in to comment.