diff options
Diffstat (limited to 'UI/get_password.html')
-rw-r--r-- | UI/get_password.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/get_password.html b/UI/get_password.html index 4f3bfc9a..774caea3 100644 --- a/UI/get_password.html +++ b/UI/get_password.html @@ -7,7 +7,6 @@ <meta http-equiv="Expires" content="-1" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="css/<?lsmb stylesheet ?>" type="text/css" /> - <link rel="stylesheet" href="UI/employee.css" type="text/css" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> @@ -39,6 +38,7 @@ function focus_input(){ <?lsmb FOREACH var = hidden ?> <input name="<?lsmb var.name ?>" type="hidden" value="<?lsmb var.value ?>" /> +<?lsmb END ?> </form> </body> |