Moved the default static code of the admin list views to compiler. gh-378

This commit is contained in:
2020-11-29 05:43:24 +02:00
parent 9947113857
commit 9d9c8e664e
54 changed files with 2884 additions and 2877 deletions

View File

@ -510,7 +510,7 @@ class Infusion extends Interpretation
. 'EDITBODY' . $this->hhh]
= $this->setEditBody($view);
// EDITBODY <<<DYNAMIC>>>
// EDITBODYFADEIN <<<DYNAMIC>>>
$this->fileContentDynamic[$nameSingleCode][$this->hhh
. 'EDITBODYFADEIN' . $this->hhh]
= $this->setFadeInEfect($view);
@ -940,6 +940,14 @@ class Infusion extends Interpretation
$nameListCode
);
// VIEWS_DEFAULT_BODY <<<DYNAMIC>>>
$this->fileContentDynamic[$nameListCode][$this->hhh
. 'VIEWS_DEFAULT_BODY' . $this->hhh]
= $this->setDefaultViewsBody(
$nameSingleCode,
$nameListCode
);
// LISTHEAD <<<DYNAMIC>>>
$this->fileContentDynamic[$nameListCode][$this->hhh
. 'LISTHEAD' . $this->hhh]
@ -994,7 +1002,8 @@ class Infusion extends Interpretation
'views_footer', $nameSingleCode, '',
$scriptNote, true,
false, PHP_EOL
)) !== false)
)) !== false
&& ComponentbuilderHelper::checkString($footerScript))
{
// only minfy if no php is added to the footer script
if ($this->minify