Skip to content
Snippets Groups Projects
Commit 82880d15 authored by hahn's avatar hahn
Browse files

- footer navigation in actions was simplified

- fetch output instead of fille $sPhpOut
- ajax test No. 7

!!! DO NOT DEPLOY ON LIVE !!!
parent dae91a0e
No related branches found
No related tags found
No related merge requests found
......@@ -42,10 +42,10 @@ if (array_key_exists("confirm", $aParams)) {
}
// read produced content from tempfile
if (array_key_exists("ajax", $aParams)) {
$sLine="<h2>processing ... please wait ... " . date("H:i:s")."</h2>";
$sLine="<h2 class=\"warning\">processing ... please wait ... " . date("H:i:s")."</h2>";
$sOut=file_get_contents($sOutDir . "/" . $aParams["ajax"]);
echo $sLine . $sOut . $sLine;
echo $sLine . '<div style="margin-left: 5em;">'.$sOut.'</div>' . $sLine;
die();
}
$sOut.='<div id="' . $sDivname . '"></div>'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment