diff options
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/identification.tpl | 2 | ||||
-rw-r--r-- | template/yoga/redirect.tpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/identification.tpl b/template/yoga/identification.tpl index f5195e011..7ff80a01c 100644 --- a/template/yoga/identification.tpl +++ b/template/yoga/identification.tpl @@ -23,7 +23,7 @@ <form action="{F_LOGIN_ACTION}" method="post" class="properties"> <fieldset> <legend>{lang:Connection settings}</legend> - + <input type="hidden" name="redirect" value="{U_REDIRECT}"> <ul> <li> <label for="username">{L_USERNAME}</label> diff --git a/template/yoga/redirect.tpl b/template/yoga/redirect.tpl index 9742452a7..6d85d3afc 100644 --- a/template/yoga/redirect.tpl +++ b/template/yoga/redirect.tpl @@ -1,2 +1,2 @@ -redirection<br/> -<a href="{U_REFRESH}">{U_REFRESH}</a>
\ No newline at end of file +<p>Redirection...</p> +<p><a href="{U_REFRESH}">{lang:click_to_redirect}</a></p> |