Added fade-in option for admin views, added pdf lib to custom folder for use in projects.
This commit is contained in:
@ -273,6 +273,9 @@ class Infusion extends Interpretation
|
||||
|
||||
// ###EDITBODY### <<<DYNAMIC>>>
|
||||
$this->fileContentDynamic[$viewName_single]['###EDITBODY###'] = $this->setEditBody($view);
|
||||
|
||||
// ###EDITBODY### <<<DYNAMIC>>>
|
||||
$this->fileContentDynamic[$viewName_single]['###EDITBODYFADEIN###'] = $this->setFadeInEfect($view);
|
||||
|
||||
// ###JTABLECONSTRUCTOR### <<<DYNAMIC>>>
|
||||
$this->fileContentDynamic[$viewName_single]['###JTABLECONSTRUCTOR###'] = $this->setJtableConstructor($viewName_single);
|
||||
|
Reference in New Issue
Block a user