Commit 31a7110b65f8454f941193a91f6e99ede762123a

Authored by gibransodre
1 parent 8e45acde
Exists in master

breadCrub para voltar ao formulárioOrgao.

Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
WebContent/WEB-INF/jsp/index/formulario.jsp
... ... @@ -13,13 +13,17 @@
13 13 </li>
14 14  
15 15 <li>
16   - <a href="${pageContext.request.contextPath}/formularioOrgao"> Dados Institucionais </a>
  16 + <form method="post" id="voltar_form" action="${pageContext.request.contextPath}/formularioOrgao">
  17 + <input type="hidden" id="valorHash" name="valorHash" value="${valorHash}"/>
  18 + <a href="#" onClick="document.getElementById('voltar_form').submit();"> Dados Institucionais </a>
  19 + </form>
  20 +
17 21 </li>
18 22  
19 23 <li>| Questionário Acessibilidade</li>
20 24 </ul>
21 25 </div>
22   -
  26 +
23 27 <div>
24 28 <c:if test="${not empty mensagemValidacaoCampos}">
25 29 <label id="tituloAvisos">Foram encontrados os seguintes erros:</label>
... ...