Commit c1c791ba07d800a5ef26a9b741cbe0e5ccdbb667
1 parent
4fb05880
Exists in
master
Atualizado CRUD de servidor para exibir botão de ação para atualização de dados …
…de cursos superiores e licenciaturas
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
ieducar/intranet/educar_servidor_det.php
@@ -452,6 +452,12 @@ class indice extends clsDetalhe | @@ -452,6 +452,12 @@ class indice extends clsDetalhe | ||
452 | $this->array_botao[] = 'Formação'; | 452 | $this->array_botao[] = 'Formação'; |
453 | $this->array_botao_url_script[] = "go(\"educar_servidor_formacao_lst.php?{$get_padrao}\");"; | 453 | $this->array_botao_url_script[] = "go(\"educar_servidor_formacao_lst.php?{$get_padrao}\");"; |
454 | 454 | ||
455 | + $this->array_botao[] = 'Cursos superiores/Licenciaturas'; | ||
456 | + $this->array_botao_url_script[] = sprintf( | ||
457 | + "go(\"../module/Docente/index?servidor=%d&instituicao=%d\");", | ||
458 | + $registro['cod_servidor'], $this->ref_cod_instituicao | ||
459 | + ); | ||
460 | + | ||
455 | $this->array_botao[] = 'Faltas/Atrasos'; | 461 | $this->array_botao[] = 'Faltas/Atrasos'; |
456 | $this->array_botao_url_script[] = "go(\"educar_falta_atraso_lst.php?{$get_padrao}\");"; | 462 | $this->array_botao_url_script[] = "go(\"educar_falta_atraso_lst.php?{$get_padrao}\");"; |
457 | 463 |