From 0ce30a8db85c4dbc63f566bb2666eb66fad78f7f Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Fri, 18 May 2012 18:34:45 -0400
Subject: [PATCH] added tmpl_var for lost_password-link + synchronized the .lng-structure of all languages

---
 interface/web/login/index.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/web/login/index.php b/interface/web/login/index.php
index 548d20d..101442a 100644
--- a/interface/web/login/index.php
+++ b/interface/web/login/index.php
@@ -242,6 +242,7 @@
 		}
 	
 		$app->tpl->setVar('error', $error);
+                $app->tpl->setVar('pw_lost_txt', $app->lng('pw_lost_txt'));
 		$app->tpl->setVar('username_txt', $app->lng('username_txt'));
 		$app->tpl->setVar('password_txt', $app->lng('password_txt'));
 		$app->tpl->setVar('login_button_txt', $app->lng('login_button_txt'));

--
Gitblit v1.9.1