Added in the new templates set, there are still a number of things not working or broken ... I will start cleaning them up now

This commit is contained in:
jengo 2001-01-06 04:03:42 +00:00
parent fb33bbda0d
commit 635b7f1de0
5 changed files with 15 additions and 3 deletions

View File

@ -110,7 +110,7 @@
}
}
echo '<p><table border="0" width="100%">';
echo '<p><table border="0" width="100%" align="center">';
?>
<script langague="JavaScript">
function opennotifywindow()

View File

@ -28,7 +28,18 @@
include($phpgw_info["server"]["app_inc"]."/footer.inc.php");
}
if ($phpgw_info["server"]["showpoweredbyon"] == "bottom" && $phpgw_info["server"]["showpoweredbyon"] != "top") {
$tpl = new Template($phpgw_info["server"]["template_dir"]);
$tpl->set_unknowns("remove");
$tpl->set_file(array("footer" => "footer.tpl"));
$tpl->set_var("img_root",$phpgw_info["server"]["webserver_url"] . "/phpgwapi/templates/verdilak/images");
// $tpl->set_var("table_bg_color",$phpgw_info["theme"]["navbar_bg"]);
$tpl->set_var("table_bg_color","990000");
echo $tpl->finish($tpl->parse("out","footer"));
// This will need to be converted into the classic template
/* if ($phpgw_info["server"]["showpoweredbyon"] == "bottom" && $phpgw_info["server"]["showpoweredbyon"] != "top") {
echo "<P>\n";
echo "<Table Width=100% Border=0 CellPadding=0 CellSpacing=0 BGColor=".$phpgw_info["theme"]["navbar_bg"].">\n";
echo " <TR><TD>";
@ -38,7 +49,7 @@
if ($phpgw_info["flags"]["parent_page"])
echo "<td align=\"right\"><a href=\"".$phpgw->link($phpgw_info["flags"]["parent_page"])."\">".lang("up")."</a></td>";
echo "</TR>\n</Table>\n";
}
} */
$phpgw->db->disconnect();
?>

View File

@ -0,0 +1 @@

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B