Commit 891f3c569251b50b2fe89e5af518d29924fb9435
1 parent
dc00d3ac
Exists in
master
mudanca no layout, css e textos
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
WebContent/WEB-INF/jsp/index/formulario.jsp
... | ... | @@ -39,7 +39,8 @@ |
39 | 39 | <form id="formulario" method="post" action="${pageContext.request.contextPath}/salvar-formulario" onSubmit="return enviarDados();"> |
40 | 40 | <fieldset> |
41 | 41 | <legend>Dados Acessibilidade</legend> |
42 | - | |
42 | + | |
43 | + | |
43 | 44 | <label class="obrigatorio">1) O Órgão tem conhecimento da legislação que envolve o tema "acessibilidade" bem como suas implicações?</label><br> |
44 | 45 | <input type="hidden" name="hPerguntaAcessibilidade" value="7" /><select name="perguntaAcessibilidade" id="perguntaAcessibilidade" required title="Você deve responder a questão 1!"> |
45 | 46 | <option value="" ${perguntaAcessibilidade == ''?'selected=\"selected\"':''}>Selecione uma resposta</option> | ... | ... |