]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix auto pool selection
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 14 Dec 2006 10:21:13 +0000 (10:21 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 14 Dec 2006 10:21:13 +0000 (10:21 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3801 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lang/fr/tpl/display_form_job.tpl
gui/bweb/tpl/display_form_job.tpl

index 07108185b21c753efafd7520876e71a46a44b9fd..f205dd0407012296f6538a340d9a273df437f1a0 100644 (file)
      document.getElementById('fileset_' + <TMPL_VAR name>).selected = true;
   </TMPL_LOOP>
 
+  <TMPL_LOOP qpools>
+     document.getElementById('pool_' + <TMPL_VAR name>).selected = true;
+  </TMPL_LOOP>
+
 </script>
 
index a45e54d27792c68ceaaa1d5719c058bbcc712567..370a8e1493ca7c13ecd7f3e562bae2cf7890abdb 100644 (file)
      document.getElementById('fileset_' + <TMPL_VAR name>).selected = true;
   </TMPL_LOOP>
 
+  <TMPL_LOOP qpools>
+     document.getElementById('pool_' + <TMPL_VAR name>).selected = true;
+  </TMPL_LOOP>
+
 </script>