]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl bug fix extern/intern action display
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 10 Aug 2006 02:33:50 +0000 (02:33 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 10 Aug 2006 02:33:50 +0000 (02:33 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3276 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/tpl/update_location.tpl

index 99c3b3392094816c5e9fe5cda0af30bfc499a1d5..8b7fd5cddb58bfbcadbd4026682f60dc0486eeb6 100644 (file)
@@ -60,7 +60,7 @@ nrsTable.setup(
 }
 );
 
-<TMPL_IF newlocation>
+<TMPL_IF qnewlocation>
  document.getElementById('loc_' + <TMPL_VAR qnewlocation>).selected=true;
 </TMPL_IF>