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
851d81df
Unverified
Commit
851d81df
authored
May 12, 2023
by
Laboratório Multidisciplinar de Tecnologias Sociais
Committed by
GitHub
May 12, 2023
Browse files
Merge pull request #825 from JoseDanielF/master
Correção no espaçamento de mais informações na aba de integrantes
parents
f4e33d61
1b68d03e
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/submeterTrabalho.blade.php
View file @
851d81df
...
...
@@ -252,12 +252,11 @@
instituicao.value = data[0].instituicao;
cpf.value = data[0].cpf;
celular.value = data[0].celular;
console.log(estudante);
nomePlano.innerHTML = `
<p
style=
'font-weight: normal; line-height: normal;'
><strong>
Nome:
</strong>
${data[0].name}
<br>
<strong>
E-mail:
</strong>
${data[0].email}
<br>
<strong>
CPF:
</strong>
${data[0].cpf}
<br>
<strong>
Função:
</strong>
${data[1].nome}
</p>
`;
nomePlano.innerHTML = `
<strong>
Nome:
</strong>
${nome.value}
<br>
<strong>
E-mail:
</strong>
${email.value}
<br>
<strong>
CPF:
</strong>
${cpf.value}
<br>
<strong>
Função:
</strong>
${data[1].nome}`;
}
if(id >=1){
document.getElementById("cancelar"+(id-1)).setAttribute("disabled", true);
...
...
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