Correccion de error y cambios de login

parent 19701626
......@@ -35,7 +35,7 @@
</h1>
<!--Login Form-->
<form id="loginForm" action="<c:url value='j_spring_security_check'/>" method="post"
role="form" class="login-form">
role="form" class="login-form" autocomplete="off">
<div class="form-group">
<c:if test="${param.login_error eq 1}">
<label class="error">
......@@ -54,7 +54,7 @@
</div>
<div class="form-group">
<input id="loginPassword" type="password" name="j_password"
placeholder='Contrasea' class="form-control">
placeholder='Contrasea' class="form-control" autocomplete="off">
</div>
<button style="text-align: center !important;" type="submit"
class="btn btn-login-red btn-block btn-login">Ingresar</button>
......
......@@ -35,7 +35,7 @@
</h1>
<!--Login Form-->
<form id="loginForm" action="<c:url value='j_spring_security_check'/>" method="post"
role="form" class="login-form">
role="form" class="login-form" autocomplete="off">
<div class="form-group">
<c:if test="${param.login_error eq 1}">
<label class="error">
......@@ -54,7 +54,7 @@
</div>
<div class="form-group">
<input id="loginPassword" type="password" name="j_password"
placeholder='Contrasea' class="form-control">
placeholder='Contrasea' class="form-control" autocomplete="off">
</div>
<button style="text-align: center !important;" type="submit"
class="btn btn-login-red btn-block btn-login">Ingresar</button>
......
......@@ -655,7 +655,7 @@
t.FECHA_FIN,
c.DESCRIPCION as CAT_DESC,
r.DESCRIPCION as REL_DESC,
p.DESC_CATEGORIA as PAGO_CATEG_DESC ,
nvl(p.DESC_CATEGORIA, ' ') as PAGO_CATEG_DESC ,
cct.DESC_CATEGORIA as CAT_DESC_TIT,
cct.SE_AGRUPA as AGRUPABLE ,
ROUND (TO_NUMBER(t.costo),2) as COSTOF ,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment