mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix up logon window layout
git-svn-id: http://www.observium.org/svn/observer/trunk@1186 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<div style="width:400px; margin: auto; margin-top: 100px;">
|
<div style="width: 470px; margin: auto; margin-top: 30px;">
|
||||||
|
|
||||||
<?php print_optionbar_start(190,435); ?>
|
<?php print_optionbar_start(190,475); ?>
|
||||||
<div style="margin: auto; width:350px; padding:5px;">
|
<div style="margin: auto; width:400px; padding:5px;">
|
||||||
<table border="0" cellpadding="0" cellspacing="0">
|
<table border="0" cellpadding="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="128"><img src="images/password.png" alt="Login required" /></td>
|
<td style="width: 128px"><img src="images/password.png" alt="Login required" /></td>
|
||||||
<td>
|
<td>
|
||||||
<form action="<?php echo $_SERVER['REQUEST_URI'] ?>" method="post" name="logonform">
|
<form action="<?php echo $_SERVER['REQUEST_URI'] ?>" method="post" name="logonform">
|
||||||
<h3>Please log in:</h3>
|
<h3>Please log in:</h3>
|
||||||
@@ -35,13 +35,12 @@ if(isset($auth_message)) {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
print_optionbar_end();
|
print_optionbar_end();
|
||||||
|
|
||||||
if(isset($config['login_message'])) {
|
if(isset($config['login_message'])) {
|
||||||
echo('<div style="margin: auto; margin-top: 10px;text-align: center; font-weight: bold; color: #cc0000; width: 470px;">'.$config['login_message'].'</div>');
|
echo('<div style="margin-top: 10px;text-align: center; font-weight: bold; color: #cc0000; width: 470px;">'.$config['login_message'].'</div>');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
@@ -51,3 +50,4 @@ document.logonform.username.focus();
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user