]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/display_job_zoom.tpl
ebl display config_file
[bacula/bacula] / gui / bweb / tpl / display_job_zoom.tpl
index b0534e1083863e0c9269c71bd12ce17397768761..8203ef13ca91b23485117600de74fa5762a9800a 100644 (file)
   </label>
  </form>
  </td>
-<!-- Remove this to enable fileview
+<!-- Remove this to activate bfileview
  <td>
  <form action='bfileview.pl?'>
   <input type='hidden' name='jobid' value='<TMPL_VAR jobid>'>
   <input type='hidden' name='where' value='/'>
   <label>
   <input type="image" name='action' value='bfileview' title='view file usage'
-   src='/bweb/colorscm.png'> View file usage
+   src='/bweb/colorscm.png' onclick='if (<TMPL_VAR JobFiles> > 5000) { return confirm("It could take long time, do you want to continue ?")} else { return 1; }'> View file usage
   </label>
  </form>
  </td>