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
1b68d03e
"git@sites.upe.br:walter.felipe/submeta.git" did not exist on "e5f4a2fce33dae249088555cab8b178eb8048888"
Commit
1b68d03e
authored
May 12, 2023
by
JoseDanielF
Browse files
Correção no espaçamento de mais informações na aba de integrantes
parent
8495b582
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/submeterTrabalho.blade.php
View file @
1b68d03e
...
...
@@ -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