]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/display_form_job.tpl
bacula-web: Replaced Get_human_file_size() function by Utils::Get_Human_Size
[bacula/bacula] / gui / bweb / tpl / display_form_job.tpl
index ad0e0eea3e06499d156912437372e999dd86d816..de50fa937509efe4a560704b75e4140515c4fc4f 100644 (file)
@@ -5,6 +5,7 @@
 <div class="otherbox">
 <form name='form1' action='?' method='GET'>
 <table border='0'>
+<TMPL_UNLESS hide_level>
 <tr>
   <td valign='top'>
     <h2>__Level__</h2>
@@ -16,6 +17,7 @@
     </select>     
   </td>
 </tr>
+</TMPL_UNLESS>
 <TMPL_UNLESS hide_status>
 <tr>
  <td valign='top'>
@@ -47,7 +49,7 @@
 <tr>
   <td valign='top'>
     <h2>__Since__</h2>
-    <input type='text' id='since' name='since' size='17' title='YYYY-MM-DD'
+    <input type='text' id='since' name='since' size='22' title='YYYY-MM-DD'
      value='<TMPL_VAR since>' class='formulaire'>
   </td>
  </tr>
@@ -55,7 +57,8 @@
   <td valign='top'>
     <h2>__Age__</h2>
     <select name='age' class='formulaire' onclick='document.getElementById("since").value="";'>
-      <option id='age_86400'   value='86400'>__1 day</option>
+      <option id='age_86400'   value='86400'>__1 day__</option>
+      <option id='age_172800'   value='172800'>__2 days__</option>
       <option id='age_604800'   value='604800'>__1 week__</option>
       <option id='age_2678400'  value='2678400'>__30 days__</option>
       <option id='age_15552000' value='15552000'>__6 months__</option>
@@ -68,6 +71,7 @@
     <h2>__Age__</h2>
     <select name='age' class='formulaire'>
       <option id='age_86400'   value='86400'>__Last 24h__</option>
+      <option id='age_237600'   value='237600'>__This weekend__</option>
       <option id='age_604800'   value='604800'>__This week__</option>
       <option id='age_2678400'  value='2678400'>__Last 30 days__</option>
       <option id='age_15552000' value='15552000'>__Last 6 months__</option>
       <option id='jobtype_any' value='all type'>__Any__</option>
       <option id='jobtype_B' value='B'>__Backup__</option>
       <option id='jobtype_R' value='R'>__Restore__</option>
+      <option id='jobtype_m' value='m'>__Migration__</option>
+      <option id='jobtype_M' value='M'>__Migrated job__</option>
+      <option id='jobtype_C' value='C'>__Job copy__</option>
+      <option id='jobtype_c' value='c'>__Copy__</option>
+      <option id='jobtype_D' value='D'>__Admin__</option>
     </select>
   </td>
 </tr>