From a0b7f616c68c58c9529d87ec7d63b57aa2b5105b Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 23 Nov 2007 10:04:37 +0000 Subject: [PATCH] ebl Choose the right pool&level when try to run a job from scheduled job list git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5967 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/tpl/scheduled_job.tpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gui/bweb/tpl/scheduled_job.tpl b/gui/bweb/tpl/scheduled_job.tpl index a63ba2ef6f..a316ceaa4d 100644 --- a/gui/bweb/tpl/scheduled_job.tpl +++ b/gui/bweb/tpl/scheduled_job.tpl @@ -3,12 +3,14 @@

Next Jobs

-
+
+ +
@@ -30,6 +32,10 @@ chkbox = document.createElement('INPUT'); chkbox.type = 'radio'; chkbox.name = 'job'; chkbox.value = ''; +chkbox.onclick = function() { + document.form1.level.value = ''; + document.form1.pool.value = ''; +} ; data.push( new Array( "", -- 2.39.5