mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Default Login: Adjust height of background box to accommodate domain input/select box (if present).
This commit is contained in:
@@ -109,7 +109,7 @@ DIV#default_login {
|
||||
#default_login_container {
|
||||
display: block;
|
||||
width: 300px;
|
||||
height: 267px;
|
||||
height: <?php echo ($_SESSION['login']['domain_name.visible']['boolean']) ? '300px' : '267px'; ?>;
|
||||
<?php
|
||||
if (
|
||||
isset($_SESSION['theme']['background_image']['text']) ||
|
||||
|
||||
Reference in New Issue
Block a user