mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 14:01:22 +01:00
add ajax tooltip for cronjobs
This commit is contained in:
@@ -11288,6 +11288,9 @@ function getElementProperties($element_type)
|
||||
$classpath = 'comm/action/class';
|
||||
$subelement = 'Actioncomm';
|
||||
$module = 'agenda';
|
||||
} elseif ($element_type == 'cronjob') {
|
||||
$classpath = 'cron/class';
|
||||
$module = 'cron';
|
||||
} elseif ($element_type == 'adherent_type') {
|
||||
$classpath = 'adherents/class';
|
||||
$classfile = 'adherent_type';
|
||||
|
||||
Reference in New Issue
Block a user