Commit 50afb06f196d4db5abc0a92dc27c0885ad58944e

Authored by Caroline Salib
1 parent 966b373f
Exists in master

Corrigido acentuação na tabela "Módulos do ano anterior";

* Foi corrigido a acentuação da tabela de Módulos em "Defenir ano letivo" no cadastro de Escolas;
Portabilis/ieducar#143
ieducar/intranet/educar_ano_letivo_modulo_cad.php
... ... @@ -143,7 +143,7 @@ class indice extends clsCadastro
143 143 if ($registros) {
144 144  
145 145 $tabela = "<table border=0 style='' cellpadding=2 width='100%'>";
146   - $tabela .= "<tr bgcolor=$cor><td colspan='2'><b>Modulos do ano anterior (".($this->ref_ano - 1).")</b></td></tr><tr><td>";
  146 + $tabela .= "<tr bgcolor=$cor><td colspan='2'><b>M&oacute;dulos do ano anterior (".($this->ref_ano - 1).")</b></td></tr><tr><td>";
147 147 $tabela .= "<table cellpadding=\"2\" cellspacing=\"2\" border=\"0\" align=\"left\" width='300px'>";
148 148 $tabela .= "<tr bgcolor='#A1B3BD'><th width='100px'>Etapa<a name='ano_letivo'/></th><th width='200px'>Período</th></tr>";
149 149  
... ...