place version footer below main table
This commit is contained in:
parent
18ee4318b5
commit
5bb5437603
|
@ -234,6 +234,7 @@ function display_LoginPage($config_object) {
|
||||||
echo "<br>";
|
echo "<br>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
<div style="position:relative; z-index:5;">
|
||||||
<table width="650" align="center" border="2" rules="none" bgcolor="white">
|
<table width="650" align="center" border="2" rules="none" bgcolor="white">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="border-style:none" width="70" rowspan="2">
|
<td style="border-style:none" width="70" rowspan="2">
|
||||||
|
@ -369,6 +370,7 @@ function display_LoginPage($config_object) {
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<br><br>
|
<br><br>
|
||||||
<TABLE style="position:absolute; bottom:10px;" border="0" width="99%">
|
<TABLE style="position:absolute; bottom:10px;" border="0" width="99%">
|
||||||
<TR><TD align="right"><HR>
|
<TR><TD align="right"><HR>
|
||||||
|
|
Loading…
Reference in New Issue