added class

This commit is contained in:
Roland Gruber 2016-12-18 13:16:41 +01:00
parent 7b2cef9981
commit db60c61ef5
1 changed files with 1 additions and 0 deletions

View File

@ -464,6 +464,7 @@ function display_LoginPage($config_object, $cfgMain) {
<form action="login.php" method="post">
<?php
$table = new htmlTable('500px');
$table->setCSSClasses(array('login-dialog-bottom'));
$line = new htmlHorizontalLine();
$line->colspan = 2;
$table->addElement($line, true);