mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Argh ... fix for Netscape fix - was causing problems on other browsers
This commit is contained in:
parent
2f2e3a49a3
commit
a15803d3d8
6 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
/// STANDARD WEB PAGE PARTS ///////////////////////////////////////////////////
|
||||
|
||||
function print_header ($title="", $heading="", $navigation="", $focus="", $meta="", $cache=true, $button="", $menu="") {
|
||||
function print_header ($title="", $heading="", $navigation="", $focus="", $meta="", $cache=true, $button=" ", $menu="") {
|
||||
// $title - appears top of window
|
||||
// $heading - appears top of page
|
||||
// $navigation - premade navigation string
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<TD BGCOLOR="<?=$THEME->cellheading?>">
|
||||
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
|
||||
</TD>
|
||||
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP> <?=$button ?></TD>
|
||||
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<TD BGCOLOR="<?=$THEME->cellheading?>">
|
||||
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
|
||||
</TD>
|
||||
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP> <?=$button ?></TD>
|
||||
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<TD BGCOLOR="<?=$THEME->cellheading?>">
|
||||
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
|
||||
</TD>
|
||||
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP> <?=$button ?></TD>
|
||||
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<TD BGCOLOR="<?=$THEME->cellheading?>">
|
||||
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
|
||||
</TD>
|
||||
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP> <?=$button ?></TD>
|
||||
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<TD BGCOLOR="<?=$THEME->cellheading?>">
|
||||
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
|
||||
</TD>
|
||||
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP> <?=$button ?></TD>
|
||||
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue