updated idsociety so that the footer is always at the bottom of the page

This commit is contained in:
seek3r 2002-05-25 06:54:12 +00:00
parent 3a76b0f6f0
commit 633bcb36d2
3 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,8 @@
<!-- BEGIN footer -->
<br>
</td>
</tr>
</table>
<!-- BEGIN B_powered_bottom -->
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
@ -10,9 +13,6 @@
</table>
<!-- END B_powered_bottom -->
<p>&nbsp;</p>
</td>
</tr>
</table>
</BODY>
<!-- END footer -->
</HTML>

View File

@ -228,6 +228,7 @@
'power_textcolor' => $GLOBALS['phpgw_info']['theme']['navbar_text']
// 'version' => $GLOBALS['phpgw_info']['server']['versions']['phpgwapi']
);
$var['em_img'] = $GLOBALS['phpgw']->common->image('phpgwapi','em');
$tpl->set_var($var);
$tpl->parse('V_powered_bottom','B_powered_bottom');
}

View File

@ -9,7 +9,7 @@
the margin items could be merged into head, as head already supplies some
the variables for onLoad are set in navbar -->
<table border="0" width="100%" height="73" cellspacing="0" cellpadding="0">
<table border="0" width="100%" height="%95" cellspacing="0" cellpadding="0">
<tr>
<!-- top row back images are 58px high, but the row may be smaller than that -->
<!-- row 2 images are 15 px high, so this table with these 2 rows is 58 plus 15 equals 73px high -->
@ -55,8 +55,6 @@
</table>
</td>
</tr>
</table>
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="154" align="left" valign="top" background="{nav_bar_left_spacer_img}">
<!-- left nav table -->