getData('settings') ?? []; echo $this->getData('nav')->render(); if ($this->hasData('settingsTpl') && \is_file($this->getData('settingsTpl')) ) : include $this->getData('settingsTpl'); else : ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Name'); ?> | = $this->getHtml('Value'); ?> | = $this->getHtml('Unit'); ?> | = $this->getHtml('App'); ?> | = $this->getHtml('Group'); ?> | = $this->getHtml('Account'); ?> | |
| = $setting->id; ?> | name; if ($this->getData('settings_class') !== null) { $name = $this->getData('settings_class')::getName($setting->name); if (!\is_string($name)) { $name= $setting->name; } } ?> = $this->printHtml($name); ?> | = $this->printHtml($setting->content); ?> | = $this->printHtml((string) $setting->unit); ?> | = $this->printHtml((string) $setting->app); ?> | = $this->printHtml($setting->group); ?> | = $this->printHtml($setting->account); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | |||||||