git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3799
91ce42f0-d328-0410-95d8-
f526ca767f89
print "<div><table border='0'><tr><td valign='top'>\n";
my $fields = $bweb->get_form(qw/status level db_clients db_filesets
limit age offset qclients qfilesets
- jobtype/);
+ jobtype qpools db_pools/);
$bweb->display($fields, "display_form_job.tpl");
print "</td><td valign='top'>";
</select>
</td>
</tr>
+<tr>
+ <td valign='top'>
+ <h2>Pool</h2>
+ <select name='pool' class='formulaire'>
+ <option id='pool_tout' value=''>Tous</option>
+<TMPL_LOOP NAME=db_pools>
+ <option id='pool_<TMPL_VAR name>'><TMPL_VAR name></option>
+</TMPL_LOOP>
+ </select>
+ </td>
+</tr>
<tr>
<td valign='top'>
<h2>Période</h2>
'level',
'filesets',
'jobtype',
+ 'pools',
'jobid',
'status');
</select>
</td>
</tr>
+<tr>
+ <td valign='top'>
+ <h2>Pool</h2>
+ <select name='pool' class='formulaire'>
+ <option id='pool_all' value=''>All</option>
+<TMPL_LOOP NAME=db_pools>
+ <option id='pool_<TMPL_VAR name>'><TMPL_VAR name></option>
+</TMPL_LOOP>
+ </select>
+ </td>
+</tr>
<tr>
<td valign='top'>
<h2>Age</h2>