= $module->title() ?>
|
= view('components/checkbox', ['label' => '', 'name' => 'status-' . $module->name(), 'checked' => $module->isEnabled()]) ?>
|
= $module->description() ?>
= view('admin/custom-module-info', ['module' => $module]) ?>
= view('admin/external-module-info', ['module' => $module]) ?>
|
isEnabled()) : ?>
= view('icons/preferences') ?>
= I18N::translate('Preferences') ?>
= view('icons/preferences') ?>
|
= view('icons/menu') ?>
= I18N::translate('Menu') ?>
-
|
= view('icons/tab') ?>
= I18N::translate('Tab') ?>
-
|
= view('icons/sidebar') ?>
= I18N::translate('Sidebar') ?>
-
|
isUserBlock()) : ?>
= view('icons/block-user') ?>
= I18N::translate('My page') ?>
isTreeBlock()) : ?>
= view('icons/block-tree') ?>
= I18N::translate('Home page') ?>
-
|
= view('icons/chart') ?>
= I18N::translate('Chart') ?>
-
|
= view('icons/list') ?>
= I18N::translate('List') ?>
-
|
= view('icons/report') ?>
= I18N::translate('Report') ?>
-
|
= view('icons/footer') ?>
= I18N::translate('Footer') ?>
-
|
= view('icons/analytics') ?>
= I18N::translate('Tracking and analytics') ?>
-
|
= view('icons/history') ?>
= I18N::translate('Historic events') ?>
-
|
= view('icons/theme') ?>
= I18N::translate('Theme') ?>
-
|
= view('icons/language') ?>
= I18N::translate('Language') ?>
-
|