This commit is contained in:
xdrm-brackets 2016-07-08 16:03:32 +02:00
parent 5e31cfbc47
commit cbacc90dd9
2 changed files with 4 additions and 1 deletions

View File

@ -98,7 +98,7 @@
<!-- CORPS DE LA PAGE -->
<div id='FORM'>
<span>Authentification</span>
<span>[<?= $_SESSION['WAREHOUSE']['name']; ?>] Authentification</span>
<input type='text' placeholder='Identifiant' id='admin-name'>
<input type='password' placeholder="Mot de passe" id='admin-password'>
@ -120,6 +120,8 @@
var aSubmit = document.getElementById('admin-submit');
var errBox = document.getElementById('err-box');
aName.focus();
/* [1] Gestion de l'évènement
=========================================================*/

View File

@ -120,6 +120,7 @@
var wSubmit = document.getElementById('warehouse-submit');
var errBox = document.getElementById('err-box');
wName.focus();
/* [1] Gestion de l'évènement
=========================================================*/