added class
This commit is contained in:
parent
7b2cef9981
commit
db60c61ef5
|
@ -464,6 +464,7 @@ function display_LoginPage($config_object, $cfgMain) {
|
||||||
<form action="login.php" method="post">
|
<form action="login.php" method="post">
|
||||||
<?php
|
<?php
|
||||||
$table = new htmlTable('500px');
|
$table = new htmlTable('500px');
|
||||||
|
$table->setCSSClasses(array('login-dialog-bottom'));
|
||||||
$line = new htmlHorizontalLine();
|
$line = new htmlHorizontalLine();
|
||||||
$line->colspan = 2;
|
$line->colspan = 2;
|
||||||
$table->addElement($line, true);
|
$table->addElement($line, true);
|
||||||
|
|
Loading…
Reference in New Issue