From 53cbe64222f5b9aa49e281cb0ab22c93844dcfb0 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 17 Jan 2025 13:12:22 +0100 Subject: [PATCH] add 'add' button before 'list' button --- views/bootstrap/class.SchedulerTaskMgr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.SchedulerTaskMgr.php b/views/bootstrap/class.SchedulerTaskMgr.php index f03f2ac08..3262301bf 100644 --- a/views/bootstrap/class.SchedulerTaskMgr.php +++ b/views/bootstrap/class.SchedulerTaskMgr.php @@ -619,11 +619,11 @@ $(document).ready( function() { echo ""; echo ""; print "
"; + print ""; $t = $scheduler->getTasksByExtension($extname, $taskname); if($t) { print ""; } - print ""; print "
"; echo ""; echo "";