diff --git a/module/user/view/login.html.php b/module/user/view/login.html.php
index 3671a2285c..f780f2b0fa 100644
--- a/module/user/view/login.html.php
+++ b/module/user/view/login.html.php
@@ -26,13 +26,18 @@ include '../../common/view/colorbox.html.php';
Language: |
langs, $this->app->getClientLang(), 'class=select-2 onchange=selectLang(this.value)');?> |
- | user->keepLogin, $keepLogin);?> |
+
+ |
+
+ user->keepLogin, $keepLogin);?>
+
+ |
+
|
login);
if($app->company->guest) echo html::linkButton($lang->user->asGuest, $this->createLink($config->default->module));
- commonModel::printQRCodeLink('white');
echo html::hidden('referer', $referer);
?>
|