]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add weekend period
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 3 Jan 2008 10:55:20 +0000 (10:55 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 3 Jan 2008 10:55:20 +0000 (10:55 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6183 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/tpl/display_form_job.tpl

index ad0e0eea3e06499d156912437372e999dd86d816..97b298033299f74cf9e6352dfbef4bb25f0f51ea 100644 (file)
@@ -55,7 +55,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 +69,7 @@
     <h2>__Age__</h2>
     <select name='age' class='formulaire'>
       <option id='age_86400'   value='86400'>__Last 24h__</option>
+      <option id='age_172800'   value='172800'>__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>