Adicionando paginação em categorias
This commit is contained in:
parent
830fd6e186
commit
348fb40875
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ function screensaver(){
|
|||
function loadFormLogin(){
|
||||
|
||||
/** Carrega o cookie que contém o e-mail do usuario logado */
|
||||
//let recuperandoCookie = document.cookie.split('UserEmail'+"=")[1];
|
||||
let recuperandoCookie = document.cookie.split('UserEmail'+"=")[1];
|
||||
|
||||
/** Prepara a função de autenticação e envio */
|
||||
let func = 'validateForm(\'#frmNewSession\', \'Autenticando usuário\', \'#loadUser\', \'\')';
|
||||
|
|
@ -64,6 +64,7 @@ function loadFormLogin(){
|
|||
formLogin += ' <input class="form-control form-control-user" name="user-password" id="user-password" name="user-password" data-required="S" data-toggle="tooltip" data-placement="top" title="Informe sua senha" maxlength="20" placeholder="* * * * * * * *" type="password">';
|
||||
formLogin += ' </div> ';
|
||||
formLogin += ' <input type="hidden" name="TABLE" value="users" />';
|
||||
formLogin += ' <input type="text" name="user-email" value="'+recuperandoCookie+'" />';
|
||||
formLogin += ' <input type="hidden" name="ACTION" value="users_new_session" />';
|
||||
formLogin += ' <input type="hidden" name="FOLDER" value="action" /> ';
|
||||
formLogin += ' <h6 id="loadUser" class="text-center"></h6>';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue