1
0
Fork 0

pruebas en la app de notas

This commit is contained in:
humano 2017-11-13 11:18:36 -05:00
parent 88c71115ec
commit a4f20aea78
3 changed files with 23 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -116,6 +116,8 @@ padding: 1px;
left: 400px;
z-index: 1;
box-shadow:2px 2px 15px #3E3131;
background:url(./img/paper.jpg) no-repeat left top;
background-size: cover;
/*resize: both;*/

View File

@ -7537,7 +7537,8 @@ else {}
if($validado[0] != md5("$email[0]")) {
$verificar_email = "
<div id='contenedor_login_validacion' class='alert alert-dismissible alert-info'>
<div id='contenedor_login_validacion' >
<div class='alert alert-dismissible alert-info'>
<button class='close' data-dismiss='alert'>x</button>
<h2><i class='glyphicon glyphicon-smile-o'></i> Vamos a validar tu email </h2>
<p>Enviaremos un código de verificación a para validarlo.</p>
@ -7557,6 +7558,7 @@ else {}
</form>
</div>
</div>
";
if($accion=="verificar") {