New bootstrap-based layout #30

Merged
Roflin merged 79 commits from bootstrap into master 2023-03-14 19:11:25 +01:00
Showing only changes of commit 1859a9ea2a - Show all commits

View File

@ -11,7 +11,7 @@ class LogInForm extends SubTemplate
private $redirect_url = '';
private $emailaddress = '';
protected $_class = 'content-box container w-50';
protected $_class = 'content-box container col-lg-6';
public function setRedirectUrl($url)
{