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
submeta
Commits
b8e8dead
"app/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "994a6528cc2d3fd478cfdd9514759e429dd22906"
Commit
b8e8dead
authored
Jul 20, 2021
by
José Rômulo
Browse files
Troca "Universidade" por "Instituição..."
parent
ce237bb9
Changes
3
Show whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/participantes.blade.php
View file @
b8e8dead
...
...
@@ -190,7 +190,7 @@
</div>
<div
class=
"col-md-12"
><h5>
Dados do curso
</h5></div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => '
Universidade
'])
@component('componentes.input', ['label' => '
Instituição de Ensino
'])
<select
style=
"display: inline"
class=
"form-control"
name=
"instituicao[{{$i}}]"
>
<option
selected
value=
"UFAPE"
>
Universidade Federal do Agreste de Pernambuco - UFAPE
</option>
</select>
...
...
resources/views/projeto/editaFormulario/participantes.blade.php
View file @
b8e8dead
...
...
@@ -190,7 +190,7 @@
</div>
<div
class=
"col-md-12"
><h5>
Dados do curso
</h5></div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => '
Universidade
'])
@component('componentes.input', ['label' => '
Instituição de Ensino
'])
<select
style=
"display: inline"
class=
"form-control"
name=
"instituicao[{{$i}}]"
>
<option
selected
value=
"UFAPE"
>
Universidade Federal do Agreste de Pernambuco - UFAPE
</option>
</select>
...
...
@@ -504,7 +504,7 @@
</div>
<div
class=
"col-md-12"
><h5>
Dados do curso
</h5></div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => '
Universidade
'])
@component('componentes.input', ['label' => '
Instituição de Ensino
'])
<select
style=
"display: inline"
class=
"form-control"
name=
"instituicao[{{$i}}]"
>
<option
selected
value=
"UFAPE"
>
Universidade Federal do Agreste de Pernambuco - UFAPE
</option>
</select>
...
...
resources/views/projeto/formularioVisualizar/participantes.blade.php
View file @
b8e8dead
...
...
@@ -116,7 +116,7 @@
</div>
<div
class=
"col-md-12"
><h5>
Dados do curso
</h5></div>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => '
Universidade
'])
@component('componentes.input', ['label' => '
Instituição de Ensino
'])
<input
type=
"text"
class=
"form-control"
value=
"{{ $p->user->instituicao }}"
name=
"universidade[]"
placeholder=
"Universidade"
disabled
/>
@endcomponent
</div>
...
...
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