summaryrefslogtreecommitdiff
path: root/UI/get_password.html
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-22 18:24:28 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-22 18:24:28 +0000
commita663c75503f551857d72354d984970a61fd8cf0f (patch)
tree2ed9bac45e3991f572a9940531603a1e7b029dc3 /UI/get_password.html
parent65b8d681240c07dbe5b335082061625d132ccfa5 (diff)
Request handler now working to the point that it properly handles a password that needs to be re-entered.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1305 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/get_password.html')
-rw-r--r--UI/get_password.html2
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>