mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
fix longstanding issue with td back image in left colum row 2
This commit is contained in:
parent
c5a54adbaf
commit
0806b4cce1
@ -1,7 +1,4 @@
|
||||
<!-- BEGIN footer -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
<!-- BEGIN B_powered_bottom -->
|
||||
@ -15,7 +12,6 @@
|
||||
<!-- END B_powered_bottom -->
|
||||
|
||||
<p> </p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -9,34 +9,15 @@
|
||||
the margin items could be merged into head, as head already supplies some
|
||||
the variables for onLoad are set in navbar -->
|
||||
|
||||
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="154" valign="top" background="{img_root}/nav_bar_left_spacer.gif">
|
||||
<!-- left nav table -->
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="154">
|
||||
<tr>
|
||||
<td valign="top" width="154" background="{img_root}/em.gif">
|
||||
<td width="154" align="left" background="{img_root}/em.gif">
|
||||
<img src="{img_root}/logo.gif">
|
||||
</td>
|
||||
</tr>
|
||||
<td width="100%">
|
||||
<table cellpadding="0" cellspacing="0" border="0" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<img src="{img_root}/right_nav_bar.gif" border="0" name="one">
|
||||
</td>
|
||||
</tr>
|
||||
<!-- applications supplies their own tr's and td's -->
|
||||
{applications}
|
||||
<tr>
|
||||
<td><img src="{img_root}/nav_bar_left_top_bg.gif"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width="100%" valign="top">
|
||||
<!-- top right table -->
|
||||
<!-- this TD background image moved to body element -->
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td background="{img_root}/nav_top_spacer.gif" align="left" height="30">
|
||||
<td background="{img_root}/nav_top_spacer.gif" align="left">
|
||||
<font size="{user_info_size}" color="{user_info_color}">
|
||||
<strong>{user_info_name}<br>{user_info_date}</strong></font>
|
||||
</td>
|
||||
@ -44,8 +25,16 @@
|
||||
<font size="{powered_by_size}" color="{powered_by_color}">{powered_by} <br>{current_users} </font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" background="{img_root}/top_spacer_middle.gif" align="right" width="100%">
|
||||
<td width="154" align="left" background="{img_root}/top_spacer_middle.gif">
|
||||
<!-- the td background image is the important one in this row, it has the silver linuing at the bottom -->
|
||||
<!-- this img inside the td is not visually relevant, just to put something here -->
|
||||
<img src="{img_root}/top_spacer_middle.gif">
|
||||
</td>
|
||||
<td width="100%" align="right" background="{img_root}/top_spacer_middle.gif">
|
||||
<!-- right top nav table -->
|
||||
<table cellpadding="0" cellspacing="0" border="0" height="15">
|
||||
<tr>
|
||||
@ -58,6 +47,17 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<td width="154" align="left" valign="top" background="{img_root}/nav_bar_left_spacer.gif">
|
||||
<!-- left nav table -->
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="154">
|
||||
<!-- applications supplies their own tr's and td's -->
|
||||
{applications}
|
||||
<tr>
|
||||
<td><img src="{img_root}/nav_bar_left_top_bg.gif"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width="100%" align="left" valign="top">
|
||||
<!-- this TD background image moved to body element -->
|
||||
<br>
|
||||
<!-- END navbar -->
|
||||
|
Loading…
Reference in New Issue
Block a user