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 -->
|
<!-- BEGIN footer -->
|
||||||
<br>
|
<br>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
<!-- BEGIN B_powered_bottom -->
|
<!-- BEGIN B_powered_bottom -->
|
||||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
@ -10,9 +13,6 @@
|
|||||||
</table>
|
</table>
|
||||||
<!-- END B_powered_bottom -->
|
<!-- END B_powered_bottom -->
|
||||||
<p> </p>
|
<p> </p>
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</BODY>
|
</BODY>
|
||||||
<!-- END footer -->
|
<!-- END footer -->
|
||||||
</HTML>
|
</HTML>
|
||||||
|
@ -228,6 +228,7 @@
|
|||||||
'power_textcolor' => $GLOBALS['phpgw_info']['theme']['navbar_text']
|
'power_textcolor' => $GLOBALS['phpgw_info']['theme']['navbar_text']
|
||||||
// 'version' => $GLOBALS['phpgw_info']['server']['versions']['phpgwapi']
|
// 'version' => $GLOBALS['phpgw_info']['server']['versions']['phpgwapi']
|
||||||
);
|
);
|
||||||
|
$var['em_img'] = $GLOBALS['phpgw']->common->image('phpgwapi','em');
|
||||||
$tpl->set_var($var);
|
$tpl->set_var($var);
|
||||||
$tpl->parse('V_powered_bottom','B_powered_bottom');
|
$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 margin items could be merged into head, as head already supplies some
|
||||||
the variables for onLoad are set in navbar -->
|
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>
|
<tr>
|
||||||
<!-- top row back images are 58px high, but the row may be smaller than that -->
|
<!-- 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 -->
|
<!-- 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>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
|
||||||
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">
|
|
||||||
<tr>
|
<tr>
|
||||||
<td width="154" align="left" valign="top" background="{nav_bar_left_spacer_img}">
|
<td width="154" align="left" valign="top" background="{nav_bar_left_spacer_img}">
|
||||||
<!-- left nav table -->
|
<!-- left nav table -->
|
||||||
|
Loading…
Reference in New Issue
Block a user