X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/000588da0f309727a3c48b973b12d6e5d4a46651..5bc87ade:/templates/webpages/login_screen/user_login.html diff --git a/templates/webpages/login_screen/user_login.html b/templates/webpages/login_screen/user_login.html index 94688e2a4..24ba16d8b 100644 --- a/templates/webpages/login_screen/user_login.html +++ b/templates/webpages/login_screen/user_login.html @@ -1,5 +1,7 @@ [%- USE T8 %] [%- USE HTML %][%- USE L -%][%- USE LxERP -%] +[%- SET auth_client = '{AUTH}client' %] +[%- SET auth_login = '{AUTH}login' %]
| [% 'Login Name' | $T8 %] | -[% L.input_tag('{AUTH}login', FORM.login, id='auth_login', style=style, class='initial_focus') %] | +[% L.input_tag('{AUTH}login', FORM.$auth_login, id='auth_login', style=style, class='initial_focus') %] |
|---|---|---|
| [% 'Password' | $T8 %] | @@ -71,11 +73,11 @@ [%- LxERP.t8('Documentation') %] -[% IF FORM.client %] +[% IF FORM.$auth_client %]