Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.6] Remove duplicação do nome i-Educar dos títulos das páginas #809

Merged
merged 1 commit into from
Dec 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion ieducar/intranet/DocumentacaoPadrao.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Documentação padrão';
$this->title = 'Documentação padrão';
$this->processoAp = '578';
}

Expand Down
6 changes: 4 additions & 2 deletions ieducar/intranet/atendidos_cad.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ public function Inicializar()
7
);

$nomeMenu = $this->retorno === 'Editar' ? $this->retorno : 'Cadastrar';

$this->nome_url_cancelar = 'Cancelar';
$this->breadcrumb('Pessoa física', ['educar_pessoas_index.php' => 'Pessoas']);
$this->breadcrumb("{$nomeMenu} pessoa física", ['educar_pessoas_index.php' => 'Pessoas']);

return $this->retorno;
}
Expand Down Expand Up @@ -1422,7 +1424,7 @@ private function saveFiles($idpes)

public function Formular()
{
$this->title = 'Pessoas Físicas - Cadastro';
$this->title = 'Pessoa Física - Cadastro';
$this->processoAp = 43;
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/atendidos_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function Gerar()
$this->largura = '100%';
$this->addPaginador2('atendidos_lst.php', $total, $_GET, $this->nome, $limite);

$this->breadcrumb('Pessoa física', ['educar_pessoas_index.php' => 'Pessoas']);
$this->breadcrumb('Listagem de pessoa física', ['educar_pessoas_index.php' => 'Pessoas']);
}

public function Formular()
Expand Down
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_abandono_cad.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function Excluir()

public function Formular()
{
$this->title = 'i-Educar - Transferência Solicitação';
$this->title = 'Transferência Solicitação';
$this->processoAp = '578';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_abandono_tipo_cad.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function Excluir()

public function Formular()
{
$this->title = 'i-Educar - Motivo Abandono';
$this->title = 'Motivo Abandono';
$this->processoAp = '950';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_abandono_tipo_det.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Motivo Abandono';
$this->title = 'Motivo Abandono';
$this->processoAp = '950';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_abandono_tipo_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Motivo Abandono';
$this->title = 'Motivo Abandono';
$this->processoAp = '950';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_assunto_cad.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function Excluir()

public function Formular()
{
$this->title = 'i-Educar - Acervo Assunto';
$this->title = 'Acervo Assunto';
$this->processoAp = '592';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_assunto_det.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Acervo Assunto';
$this->title = 'Acervo Assunto';
$this->processoAp = '592';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_assunto_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Acervo Assunto';
$this->title = 'Acervo Assunto';
$this->processoAp = '592';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_autor_cad.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function Excluir()

public function Formular()
{
$this->title = 'i-Educar - Autor';
$this->title = 'Autor';
$this->processoAp = '594';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_autor_cad_pop.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function makeExtra()

public function Formular()
{
$this->title = 'i-Educar - Autor';
$this->title = 'Autor';
$this->processoAp = '594';
$this->renderMenu = false;
$this->renderMenuSuspenso = false;
Expand Down
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_autor_det.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Autor';
$this->title = 'Autor';
$this->processoAp = '594';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_autor_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Autor';
$this->title = 'Autor';
$this->processoAp = '594';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_cad.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public function makeExtra()

public function Formular()
{
$this->title = 'i-Educar - Obras';
$this->title = 'Obras';
$this->processoAp = '598';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_colecao_cad.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function Excluir()

public function Formular()
{
$this->title = 'i-Educar - Coleção';
$this->title = 'Coleção';
$this->processoAp = '593';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_colecao_cad_pop.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function makeExtra()

public function Formular()
{
$this->title = 'i-Educar - Coleção';
$this->title = 'Coleção';
$this->processoAp = '593';
$this->renderMenu = false;
$this->renderMenuSuspenso = false;
Expand Down
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_colecao_det.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Cole&ccedilão';
$this->title = 'Cole&ccedilão';
$this->processoAp = '593';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_colecao_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Cole&ccedilão';
$this->title = 'Cole&ccedilão';
$this->processoAp = '593';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_det.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Obras';
$this->title = 'Obras';
$this->processoAp = '598';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_editora_cad.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function Excluir()

public function Formular()
{
$this->title = 'i-Educar - Editora';
$this->title = 'Editora';
$this->processoAp = '595';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_editora_cad_pop.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function makeExtra()

public function Formular()
{
$this->title = 'i-Educar - Editora';
$this->title = 'Editora';
$this->processoAp = '595';
$this->renderMenu = false;
$this->renderMenuSuspenso = false;
Expand Down
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_editora_det.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Editora';
$this->title = 'Editora';
$this->processoAp = '595';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_editora_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Editora';
$this->title = 'Editora';
$this->processoAp = '595';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_idioma_cad.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function Excluir()

public function Formular()
{
$this->title = 'i-Educar - Idioma';
$this->title = 'Idioma';
$this->processoAp = '590';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_idioma_cad_pop.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function makeExtra()

public function Formular()
{
$this->title = 'i-Educar - Idioma';
$this->title = 'Idioma';
$this->processoAp = '590';
$this->renderMenu = false;
$this->renderMenuSuspenso = false;
Expand Down
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_idioma_det.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Idioma';
$this->title = 'Idioma';
$this->processoAp = '590';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_idioma_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Idioma';
$this->title = 'Idioma';
$this->processoAp = '590';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_acervo_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public function makeExtra()

public function Formular()
{
$this->title = 'i-Educar - Obras';
$this->title = 'Obras';
$this->processoAp = '598';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_aluno_beneficio_cad.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function Excluir()

public function Formular()
{
$this->title = 'i-Educar - Benefício Aluno';
$this->title = 'Benefício Aluno';
$this->processoAp = '581';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_aluno_beneficio_det.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Benefício Aluno';
$this->title = 'Benefício Aluno';
$this->processoAp = '581';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_aluno_beneficio_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Benefício do aluno';
$this->title = 'Benefício do aluno';
$this->processoAp = '581';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_aluno_det.php
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ private function urlPresigner()

public function Formular()
{
$this->title = 'i-Educar - Aluno';
$this->title = 'Aluno';
$this->processoAp = 578;
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_aluno_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Aluno';
$this->title = 'Aluno';
$this->processoAp = '578';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_alunos_defasados_nominal.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function makeExtra()

public function Formular()
{
$this->title = 'i-Educar - Movimentação Mensal de Alunos';
$this->title = 'Movimentação Mensal de Alunos';
$this->processoAp = '944';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_biblioteca_dados_cad.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public function makeExtra()

public function Formular()
{
$this->title = 'i-Educar - Dados Biblioteca';
$this->title = 'Dados Biblioteca';
$this->processoAp = '629';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_biblioteca_dados_cad_.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public function Excluir()

public function Formular()
{
$this->title = 'i-Educar - Dados Biblioteca';
$this->title = 'Dados Biblioteca';
$this->processoAp = '629';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_biblioteca_dados_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Dados Biblioteca';
$this->title = 'Dados Biblioteca';
$this->processoAp = '629';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_biblioteca_det.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Biblioteca';
$this->title = 'Biblioteca';
$this->processoAp = '591';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_biblioteca_index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function RenderHTML()

public function Formular()
{
$this->title = 'i-Educar';
$this->title = 'Biblioteca';
$this->processoAp = 57;
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_biblioteca_lst.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function Gerar()

public function Formular()
{
$this->title = 'i-Educar - Biblioteca';
$this->title = 'Biblioteca';
$this->processoAp = '591';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_biblioteca_tipo_cad.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function Novo()

public function Formular()
{
$this->title = 'i-Educar - Biblioteca';
$this->title = 'Biblioteca';
$this->processoAp = '591';
}
};
2 changes: 1 addition & 1 deletion ieducar/intranet/educar_bloqueio_ano_letivo_cad.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function Excluir()

public function Formular()
{
$this->title = 'i-Educar - Bloqueio do ano letivo';
$this->title = 'Bloqueio do ano letivo';
$this->processoAp = '21251';
}
};
Loading