Commit 8a1a62e2ec59590d04971d48dd137913eb6023ef
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !2
Showing
1 changed file
with
2 additions
and
11 deletions
Show diff stats
ieducar/intranet/educar_aluno_det.php
@@ -61,7 +61,6 @@ class clsIndexBase extends clsBase | @@ -61,7 +61,6 @@ class clsIndexBase extends clsBase | ||
61 | { | 61 | { |
62 | $this->SetTitulo($this->_instituicao . ' i-Educar - Aluno'); | 62 | $this->SetTitulo($this->_instituicao . ' i-Educar - Aluno'); |
63 | $this->processoAp = 578; | 63 | $this->processoAp = 578; |
64 | - $this->addEstilo("localizacaoSistema"); | ||
65 | } | 64 | } |
66 | } | 65 | } |
67 | 66 | ||
@@ -844,14 +843,6 @@ class indice extends clsDetalhe | @@ -844,14 +843,6 @@ class indice extends clsDetalhe | ||
844 | $this->url_cancelar = 'educar_aluno_lst.php'; | 843 | $this->url_cancelar = 'educar_aluno_lst.php'; |
845 | $this->largura = '100%'; | 844 | $this->largura = '100%'; |
846 | 845 | ||
847 | - $localizacao = new LocalizacaoSistema(); | ||
848 | - $localizacao->entradaCaminhos( array( | ||
849 | - $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
850 | - "educar_index.php" => "i-Educar - Escola", | ||
851 | - "" => "Detalhe do aluno" | ||
852 | - )); | ||
853 | - $this->enviaLocalizacao($localizacao->montar()); | ||
854 | - | ||
855 | $this->addDetalhe("<input type='hidden' id='escola_id' name='aluno_id' value='{$registro['ref_cod_escola']}' />"); | 846 | $this->addDetalhe("<input type='hidden' id='escola_id' name='aluno_id' value='{$registro['ref_cod_escola']}' />"); |
856 | $this->addDetalhe("<input type='hidden' id='aluno_id' name='aluno_id' value='{$registro['cod_aluno']}' />"); | 847 | $this->addDetalhe("<input type='hidden' id='aluno_id' name='aluno_id' value='{$registro['cod_aluno']}' />"); |
857 | 848 | ||
@@ -861,8 +852,8 @@ class indice extends clsDetalhe | @@ -861,8 +852,8 @@ class indice extends clsDetalhe | ||
861 | 852 | ||
862 | $scripts = array( | 853 | $scripts = array( |
863 | '/modules/Portabilis/Assets/Javascripts/Utils.js', | 854 | '/modules/Portabilis/Assets/Javascripts/Utils.js', |
864 | - '/modules/Portabilis/Assets/Javascripts/ClientApi.js', | ||
865 | - '/modules/Cadastro/Assets/Javascripts/AlunoShow.js' | 855 | + '/modules/Portabilis/Assets/Javascripts/ClientApi.js', |
856 | + '/modules/Cadastro/Assets/Javascripts/AlunoShow.js?version=3' | ||
866 | ); | 857 | ); |
867 | 858 | ||
868 | Portabilis_View_Helper_Application::loadJavascript($this, $scripts); | 859 | Portabilis_View_Helper_Application::loadJavascript($this, $scripts); |