add ajax tooltip for cronjobs

This commit is contained in:
Frédéric FRANCE
2023-04-26 22:33:26 +02:00
parent 9a041774f9
commit a2c78bcec7
2 changed files with 60 additions and 27 deletions

View File

@@ -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';