summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/page.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2018-12-10 15:43:07 +0100
committerSimon Rettberg2018-12-10 15:43:07 +0100
commitb98119be9411ad73b989fdf29284ad59b8340e4e (patch)
treeb3f3c1b6a4474681af9acd74ac66397f5800c321 /modules-available/dozmod/page.inc.php
parent[runmode] Simple back/cancel button (diff)
downloadslx-admin-b98119be9411ad73b989fdf29284ad59b8340e4e.tar.gz
slx-admin-b98119be9411ad73b989fdf29284ad59b8340e4e.tar.xz
slx-admin-b98119be9411ad73b989fdf29284ad59b8340e4e.zip
[dozmod] Add editor for predefined run scripts
Assigning scripts to certain locations only is currently not possible. Whether this is required is to be discussed, since predefined scripts selectable by bwLehrpool-Suite users would almost cover this use case. Refs #3145
Diffstat (limited to 'modules-available/dozmod/page.inc.php')
-rw-r--r--modules-available/dozmod/page.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules-available/dozmod/page.inc.php b/modules-available/dozmod/page.inc.php
index cdb347ab..776109cf 100644
--- a/modules-available/dozmod/page.inc.php
+++ b/modules-available/dozmod/page.inc.php
@@ -5,7 +5,7 @@ class Page_DozMod extends Page
/** @var bool true if we have a proper subpage */
private $haveSubPage = false;
- private $validSections = ['expiredimages', 'mailconfig', 'templates', 'runtimeconfig', 'users', 'actionlog', 'networkshares', 'ldapfilters'];
+ private $validSections = ['expiredimages', 'mailconfig', 'templates', 'runtimeconfig', 'users', 'actionlog', 'networkshares', 'ldapfilters', 'runscripts'];
private $section;
@@ -62,6 +62,7 @@ class Page_DozMod extends Page
Dictionary::translate('submenu_actionlog', true);
Dictionary::translate('submenu_networkshares', true);
Dictionary::translate('submenu_ldapfilters', true);
+ Dictionary::translate('submenu_runscripts', true);
*/
/* add sub-menus */