mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
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:
parent
fb33bbda0d
commit
635b7f1de0
@ -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()
|
||||
|
@ -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();
|
||||
|
||||
?>
|
||||
|
1
phpgwapi/templates/default/footer.tpl
Normal file
1
phpgwapi/templates/default/footer.tpl
Normal file
@ -0,0 +1 @@
|
||||
|
BIN
phpgwapi/templates/verdilak/images/greybar.jpg
Normal file
BIN
phpgwapi/templates/verdilak/images/greybar.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
phpgwapi/templates/verdilak/images/navbar_filler.jpg
Normal file
BIN
phpgwapi/templates/verdilak/images/navbar_filler.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 357 B |
Loading…
Reference in New Issue
Block a user