mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 08:28:43 +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 -->
|
<!-- BEGIN footer -->
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- BEGIN B_powered_bottom -->
|
<!-- BEGIN B_powered_bottom -->
|
||||||
@ -15,7 +12,6 @@
|
|||||||
<!-- END B_powered_bottom -->
|
<!-- END B_powered_bottom -->
|
||||||
|
|
||||||
<p> </p>
|
<p> </p>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -9,34 +9,15 @@
|
|||||||
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 width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
|
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="154" valign="top" background="{img_root}/nav_bar_left_spacer.gif">
|
<td width="154" align="left" background="{img_root}/em.gif">
|
||||||
<!-- left nav table -->
|
<img src="{img_root}/logo.gif">
|
||||||
<table border="0" cellpadding="0" cellspacing="0" width="154">
|
|
||||||
<tr>
|
|
||||||
<td valign="top" width="154" background="{img_root}/em.gif">
|
|
||||||
<img src="{img_root}/logo.gif">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<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>
|
||||||
<td width="100%" valign="top">
|
<td width="100%">
|
||||||
<!-- top right table -->
|
<table cellpadding="0" cellspacing="0" border="0" width="100%">
|
||||||
<!-- this TD background image moved to body element -->
|
|
||||||
<table border="0" width="100%" cellpadding="0" cellspacing="0">
|
|
||||||
<tr>
|
<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}">
|
<font size="{user_info_size}" color="{user_info_color}">
|
||||||
<strong>{user_info_name}<br>{user_info_date}</strong></font>
|
<strong>{user_info_name}<br>{user_info_date}</strong></font>
|
||||||
</td>
|
</td>
|
||||||
@ -44,20 +25,39 @@
|
|||||||
<font size="{powered_by_size}" color="{powered_by_color}">{powered_by} <br>{current_users} </font>
|
<font size="{powered_by_size}" color="{powered_by_color}">{powered_by} <br>{current_users} </font>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<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>
|
<tr>
|
||||||
<td colspan="2" background="{img_root}/top_spacer_middle.gif" align="right" width="100%">
|
<td><a href="{home_link}" onMouseOver="nine.src='{img_root}/rollover/welcome_over.gif'" onMouseOut="nine.src='{img_root}/welcome.gif'"><img src="{img_root}/welcome.gif" border="0" name="nine"></a></td>
|
||||||
<!-- right top nav table -->
|
<td><a href="{preferences_link}" onMouseOver="ten.src='{img_root}/rollover/preferences_over.gif'" onMouseOut="ten.src='{img_root}/preferences.gif'"><img src="{img_root}/preferences.gif" border="0" name="ten"></a></td>
|
||||||
<table cellpadding="0" cellspacing="0" border="0" height="15">
|
<td><a href="{logout_link}" onMouseOver="eleven.src='{img_root}/rollover/log_out_over.gif'" onMouseOut="eleven.src='{img_root}/log_out.gif'"><img src="{img_root}/log_out.gif" border="0" name="eleven"></a></td>
|
||||||
<tr>
|
<td><a href="{help_link}" onMouseOver="help.src='{img_root}/rollover/help-over.gif'" onMouseOut="help.src='{img_root}/question_mark.gif'"><img src="{img_root}/question_mark.gif" border="0" name="help"></a></td>
|
||||||
<td><a href="{home_link}" onMouseOver="nine.src='{img_root}/rollover/welcome_over.gif'" onMouseOut="nine.src='{img_root}/welcome.gif'"><img src="{img_root}/welcome.gif" border="0" name="nine"></a></td>
|
|
||||||
<td><a href="{preferences_link}" onMouseOver="ten.src='{img_root}/rollover/preferences_over.gif'" onMouseOut="ten.src='{img_root}/preferences.gif'"><img src="{img_root}/preferences.gif" border="0" name="ten"></a></td>
|
|
||||||
<td><a href="{logout_link}" onMouseOver="eleven.src='{img_root}/rollover/log_out_over.gif'" onMouseOut="eleven.src='{img_root}/log_out.gif'"><img src="{img_root}/log_out.gif" border="0" name="eleven"></a></td>
|
|
||||||
<td><a href="{help_link}" onMouseOver="help.src='{img_root}/rollover/help-over.gif'" onMouseOut="help.src='{img_root}/question_mark.gif'"><img src="{img_root}/question_mark.gif" border="0" name="help"></a></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<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>
|
<tr>
|
||||||
<td colspan="2">
|
<td><img src="{img_root}/nav_bar_left_top_bg.gif"></td>
|
||||||
<br>
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td width="100%" align="left" valign="top">
|
||||||
|
<!-- this TD background image moved to body element -->
|
||||||
|
<br>
|
||||||
<!-- END navbar -->
|
<!-- END navbar -->
|
||||||
|
Loading…
Reference in New Issue
Block a user