]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix bresto file relocation box
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 17 Jul 2009 09:19:19 +0000 (09:19 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 17 Jul 2009 09:19:19 +0000 (09:19 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9048 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/html/bresto.js
gui/bweb/technotes-3.0

index d92ab4b67ddb21a306164366702f45496ccce703..eec51c438eaafc62638566b1a93fe76d4d134011 100644 (file)
@@ -1033,6 +1033,7 @@ Ext.onReady(function(){
                 useregexp_bp.disable();
                 rwhere_text.disable();
             }
+            Ext.brestore.use_filerelocation = state;
         }); 
 
         useregexp_bp.on('check', function(bp,state) {
index a33240f12305e4b7a1bf1a19b8fa2b9643ec837c..fa9fa94f220a7d63313460211145948f1af58aeb 100644 (file)
@@ -1,3 +1,5 @@
+17Jul09
+ebl  Fix bresto relocation box
 06Jul09
 ebl  Display command output by default
 19May09