forked from extern/egroupware
updated idsociety so that the footer is always at the bottom of the page
This commit is contained in:
parent
3a76b0f6f0
commit
633bcb36d2
@ -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> </p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</BODY>
|
||||
<!-- END footer -->
|
||||
</HTML>
|
||||
|
@ -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');
|
||||
}
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user