change Pixelegg template to no longer depend on jdots

This commit is contained in:
Ralf Becker
2016-05-02 14:19:34 +00:00
parent 57f8a9a8eb
commit 1cda6e6cb4
7 changed files with 1127 additions and 24 deletions

View File

@@ -14,9 +14,6 @@
namespace EGroupware\Api;
// import not yet ported non-namespaced classes
use jdots_framework;
/**
* Framework: virtual base class for all template sets
*
@@ -210,7 +207,7 @@ abstract class Framework extends Framework\Extra
{
throw new Exception\AssertionFailed(__METHOD__."('".htmlspecialchars($url)."') can NOT redirect, output already started at $file line $line!");
}
if ($GLOBALS['egw']->framework instanceof jdots_framework && !empty($link_app))
if ($GLOBALS['egw']->framework instanceof Framework\Ajax && !empty($link_app))
{
self::set_extra('egw', 'redirect', array($url, $link_app));
$GLOBALS['egw']->framework->render('');

1024
api/src/Framework/Ajax.php Executable file

File diff suppressed because it is too large Load Diff