Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
pad-upe
Commits
84a05819
Commit
84a05819
authored
Jul 11, 2023
by
PedroLopesUPE
Browse files
Correções textuais
Modificação simples de textos
parent
0337fed1
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/Models/Util/PadTables.php
View file @
84a05819
...
...
@@ -65,7 +65,7 @@ class PadTables {
return
[
[
'id'
=>
'pesquisa_coordenacao'
,
'name'
=>
'1. PESQUISA (COORDENAÇÃO OU PARTICIPAÇÃO EM PROJETOS DE PESQUISA CADASTRADOS NO SISPG)'
,
'name'
=>
'1. PESQUISA (COORDENAÇÃO OU PARTICIPAÇÃO EM PROJETOS DE PESQUISA CADASTRADOS NO SISPG
/SAPIENS
)'
,
'route'
=>
route
(
'pesquisa_coordenacao_index'
,
[
'user_pad_id'
=>
$user_pad_id
])
],
[
...
...
@@ -75,7 +75,7 @@ class PadTables {
],
[
'id'
=>
'pesquisa_orientacao'
,
'name'
=>
'3. PESQUISA (ORIENTAÇÃO DE INICIAÇÃO CIENTÍFICA DE PROJETOS VINCULADOS CADASTRADOS NO SISPG)'
,
'name'
=>
'3. PESQUISA (ORIENTAÇÃO DE INICIAÇÃO CIENTÍFICA DE PROJETOS VINCULADOS CADASTRADOS NO SISPG
/SAPIENS
)'
,
'route'
=>
route
(
'pesquisa_orientacao_index'
,
[
'user_pad_id'
=>
$user_pad_id
])
],
[
...
...
resources/views/pad/components/templates/dimensao/extensao/orientacao/form_create.blade.php
View file @
84a05819
...
...
@@ -23,7 +23,7 @@
<
div
id
=
"coordenacao_extensao"
>
<
div
>
<
div
class
=
"mb-3"
>
<
h3
class
=
"h3"
>
Extensão
-
Orient
ação
</
h3
class
=
"h3"
>
<
h3
class
=
"h3"
>
Extensão
-
Colabor
ação
</
h3
class
=
"h3"
>
@
include
(
'components.buttons.btn-show-resolucao'
,
[
'content'
=>
'Resolução'
,
'btn_class'
=>
'show_resolucao'
,
...
...
resources/views/pad/components/templates/dimensao/extensao/orientacao/form_update.blade.php
View file @
84a05819
...
...
@@ -2,7 +2,7 @@
<div
id=
"extensao_orientacao"
>
<div>
<div
class=
"mb-3"
>
<h3
class=
"h3"
>
Extensão -
Orient
ação
</h3
class="h3"
>
<h3
class=
"h3"
>
Extensão -
Colabor
ação
</h3
class="h3"
>
</div>
<form
action=
"{{route('extensao_orientacao_update', ['id' => $model->id])}}"
method=
"post"
id=
"extensao_orientacao_update-form"
class=
""
>
@csrf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment