Commit 900061a3ce94bf6832383c39d76ff2f2c0415be4
1 parent
2434e363
Exists in
master
Corridigo alguns erros gramaticais no cadastro de aluno;
Portabilis/ieducar#149
Showing
6 changed files
with
27 additions
and
18 deletions
Show diff stats
ieducar/intranet/educar_aluno_det.php
| @@ -722,11 +722,11 @@ class indice extends clsDetalhe | @@ -722,11 +722,11 @@ class indice extends clsDetalhe | ||
| 722 | if (trim($reg['desc_fratura_trauma'])!='') $this->addDetalhe(array('Qual', $reg['desc_fratura_trauma'])); | 722 | if (trim($reg['desc_fratura_trauma'])!='') $this->addDetalhe(array('Qual', $reg['desc_fratura_trauma'])); |
| 723 | $this->addDetalhe(array('Tem plano de saúde', ($reg['plano_saude'] == 'S' ? 'Sim': 'Não') )); | 723 | $this->addDetalhe(array('Tem plano de saúde', ($reg['plano_saude'] == 'S' ? 'Sim': 'Não') )); |
| 724 | if (trim($reg['desc_plano_saude'])!='') $this->addDetalhe(array('Qual', $reg['desc_plano_saude'])); | 724 | if (trim($reg['desc_plano_saude'])!='') $this->addDetalhe(array('Qual', $reg['desc_plano_saude'])); |
| 725 | - $this->addDetalhe(array('<span id="tit_dados_hospital">Em caso de emergência, levar para hospital ou clínica</span>')); | 725 | + $this->addDetalhe(array('<span id="tr_tit_dados_hospital">Em caso de emergência, levar para hospital ou clínica</span>')); |
| 726 | $this->addDetalhe(array('Nome', $reg['hospital_clinica'])); | 726 | $this->addDetalhe(array('Nome', $reg['hospital_clinica'])); |
| 727 | - $this->addDetalhe(array('Endereco', $reg['hospital_clinica_endereco'])); | 727 | + $this->addDetalhe(array('Endereço', $reg['hospital_clinica_endereco'])); |
| 728 | $this->addDetalhe(array('Telefone', $reg['hospital_clinica_telefone'])); | 728 | $this->addDetalhe(array('Telefone', $reg['hospital_clinica_telefone'])); |
| 729 | - $this->addDetalhe(array('<span id="tit_dados_responsavel">Em caso de emergência, se não for possível contatar os responsáveis, comunicar</span>')); | 729 | + $this->addDetalhe(array('<span id="tr_tit_dados_responsavel">Em caso de emergência, se não for possível contatar os responsáveis, comunicar</span>')); |
| 730 | $this->addDetalhe(array('Nome', $reg['responsavel'])); | 730 | $this->addDetalhe(array('Nome', $reg['responsavel'])); |
| 731 | $this->addDetalhe(array('Parentesco', $reg['responsavel_parentesco'])); | 731 | $this->addDetalhe(array('Parentesco', $reg['responsavel_parentesco'])); |
| 732 | $this->addDetalhe(array('Telefone', $reg['responsavel_parentesco_telefone'])); | 732 | $this->addDetalhe(array('Telefone', $reg['responsavel_parentesco_telefone'])); |
ieducar/intranet/educar_matricula_ocorrencia_disciplinar_cad.php
| @@ -229,7 +229,7 @@ class indice extends clsCadastro | @@ -229,7 +229,7 @@ class indice extends clsCadastro | ||
| 229 | echo "<!--\nErro\nClasse clsPmieducarTipoOcorrenciaDisciplinar nao encontrada\n-->"; | 229 | echo "<!--\nErro\nClasse clsPmieducarTipoOcorrenciaDisciplinar nao encontrada\n-->"; |
| 230 | $opcoes = array( "" => "Erro na geracao" ); | 230 | $opcoes = array( "" => "Erro na geracao" ); |
| 231 | } | 231 | } |
| 232 | - $this->campoLista( "ref_cod_tipo_ocorrencia_disciplinar", "Tipo Ocorrencia Disciplinar", $opcoes, $this->ref_cod_tipo_ocorrencia_disciplinar ); | 232 | + $this->campoLista( "ref_cod_tipo_ocorrencia_disciplinar", "Tipo Ocorrência Disciplinar", $opcoes, $this->ref_cod_tipo_ocorrencia_disciplinar ); |
| 233 | 233 | ||
| 234 | 234 | ||
| 235 | // text | 235 | // text |
ieducar/intranet/educar_matricula_ocorrencia_disciplinar_lst.php
| @@ -91,7 +91,7 @@ class indice extends clsListagem | @@ -91,7 +91,7 @@ class indice extends clsListagem | ||
| 91 | $this->pessoa_logada = $_SESSION['id_pessoa']; | 91 | $this->pessoa_logada = $_SESSION['id_pessoa']; |
| 92 | session_write_close(); | 92 | session_write_close(); |
| 93 | 93 | ||
| 94 | - $this->titulo = "Matricula Ocorrencia Disciplinar - Listagem"; | 94 | + $this->titulo = "Matricula Ocorrência Disciplinar - Listagem"; |
| 95 | 95 | ||
| 96 | foreach( $_GET AS $var => $val ) // passa todos os valores obtidos no GET para atributos do objeto | 96 | foreach( $_GET AS $var => $val ) // passa todos os valores obtidos no GET para atributos do objeto |
| 97 | $this->$var = ( $val === "" ) ? null: $val; | 97 | $this->$var = ( $val === "" ) ? null: $val; |
| @@ -104,7 +104,7 @@ class indice extends clsListagem | @@ -104,7 +104,7 @@ class indice extends clsListagem | ||
| 104 | $this->campoOculto("ref_cod_matricula",$this->ref_cod_matricula); | 104 | $this->campoOculto("ref_cod_matricula",$this->ref_cod_matricula); |
| 105 | 105 | ||
| 106 | $this->addCabecalhos( array( | 106 | $this->addCabecalhos( array( |
| 107 | - "Tipo Ocorrencia Disciplinar", | 107 | + "Tipo Ocorrência Disciplinar", |
| 108 | "Série ", | 108 | "Série ", |
| 109 | "Turma" | 109 | "Turma" |
| 110 | ) ); | 110 | ) ); |
| @@ -150,7 +150,7 @@ class indice extends clsListagem | @@ -150,7 +150,7 @@ class indice extends clsListagem | ||
| 150 | echo "<!--\nErro\nClasse clsPmieducarTipoOcorrenciaDisciplinar nao encontrada\n-->"; | 150 | echo "<!--\nErro\nClasse clsPmieducarTipoOcorrenciaDisciplinar nao encontrada\n-->"; |
| 151 | $opcoes = array( "" => "Erro na geracao" ); | 151 | $opcoes = array( "" => "Erro na geracao" ); |
| 152 | } | 152 | } |
| 153 | - $this->campoLista( "ref_cod_tipo_ocorrencia_disciplinar", "Tipo Ocorrencia Disciplinar", $opcoes, $this->ref_cod_tipo_ocorrencia_disciplinar ); | 153 | + $this->campoLista( "ref_cod_tipo_ocorrencia_disciplinar", "Tipo Ocorrência Disciplinar", $opcoes, $this->ref_cod_tipo_ocorrencia_disciplinar ); |
| 154 | 154 | ||
| 155 | if ( $this->ref_cod_escola ) | 155 | if ( $this->ref_cod_escola ) |
| 156 | { | 156 | { |
ieducar/lib/Portabilis/View/Helper/Input/Resource/Beneficio.php
| @@ -53,7 +53,7 @@ class Portabilis_View_Helper_Input_Resource_Beneficio extends Portabilis_View_He | @@ -53,7 +53,7 @@ class Portabilis_View_Helper_Input_Resource_Beneficio extends Portabilis_View_He | ||
| 53 | $resources = Portabilis_Array_Utils::setAsIdValue($resources, 'cod_aluno_beneficio', 'nm_beneficio'); | 53 | $resources = Portabilis_Array_Utils::setAsIdValue($resources, 'cod_aluno_beneficio', 'nm_beneficio'); |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | - return $this->insertOption(null, "Beneficio", $resources); | 56 | + return $this->insertOption(null, Portabilis_String_Utils::toLatin1("Benefício"), $resources); |
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | public function beneficio($options = array()) { | 59 | public function beneficio($options = array()) { |
ieducar/misc/database/deltas/portabilis/72_alterar_nome_coluna_moradia_aluno.sql
0 → 100644
| @@ -0,0 +1,16 @@ | @@ -0,0 +1,16 @@ | ||
| 1 | + -- // | ||
| 2 | + | ||
| 3 | + -- | ||
| 4 | + -- Adiciona campo sus para adicionarem o número da carteira do sus para pessoas | ||
| 5 | + -- | ||
| 6 | + -- @author Lucas Schmoeller da Silva <lucas@portabilis.com.br> | ||
| 7 | + -- @license @@license@@ | ||
| 8 | + -- @version $Id$ | ||
| 9 | + | ||
| 10 | + ALTER TABLE modules.moradia_aluno RENAME COLUMN foca TO fossa; | ||
| 11 | + | ||
| 12 | + -- //@UNDO | ||
| 13 | + | ||
| 14 | + ALTER TABLE modules.moradia_aluno RENAME COLUMN fossa TO foca; | ||
| 15 | + | ||
| 16 | + -- // | ||
| 0 | \ No newline at end of file | 17 | \ No newline at end of file |
ieducar/modules/Cadastro/Assets/Stylesheets/Aluno.css
| @@ -148,18 +148,11 @@ | @@ -148,18 +148,11 @@ | ||
| 148 | top: 6px; | 148 | top: 6px; |
| 149 | } | 149 | } |
| 150 | 150 | ||
| 151 | -#tr_tit_dados_hospital, #tr_tit_dados_responsavel{ | ||
| 152 | - font-weight: bold; | ||
| 153 | - font-size: 12px; | ||
| 154 | -} | ||
| 155 | - | 151 | +#tr_tit_dados_hospital, #tr_tit_dados_responsavel, |
| 156 | #tit_dados_hospital, #tit_dados_responsavel, #tr_label_calca, | 152 | #tit_dados_hospital, #tit_dados_responsavel, #tr_label_calca, |
| 157 | #tr_label_calcado, #tr_label_saia, #tr_label_camiseta, | 153 | #tr_label_calcado, #tr_label_saia, #tr_label_camiseta, |
| 158 | -#tr_label_meia, #tr_label_bermuda, #tr_label_blusa_jaqueta{ | ||
| 159 | - font-weight: bold; | ||
| 160 | - font-size: 10px; | ||
| 161 | -} | 154 | +#tr_label_meia, #tr_label_bermuda, #tr_label_blusa_jaqueta, |
| 162 | .tit_uniforme{ | 155 | .tit_uniforme{ |
| 163 | font-weight: bold; | 156 | font-weight: bold; |
| 164 | - font-size: 10px; | 157 | + font-size: 11px; |
| 165 | } | 158 | } |
| 166 | \ No newline at end of file | 159 | \ No newline at end of file |