]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/display_form_job.tpl
Spelling updates
[bacula/bacula] / gui / bweb / tpl / display_form_job.tpl
index 9945460190a3367bb67ddac27064c8417f1d4d08..370a8e1493ca7c13ecd7f3e562bae2cf7890abdb 100644 (file)
     </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>
      document.getElementById('fileset_' + <TMPL_VAR name>).selected = true;
   </TMPL_LOOP>
 
+  <TMPL_LOOP qpools>
+     document.getElementById('pool_' + <TMPL_VAR name>).selected = true;
+  </TMPL_LOOP>
+
 </script>