]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl add recyclecount + comment to display_media_zoom
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 16 Nov 2006 22:21:02 +0000 (22:21 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 16 Nov 2006 22:21:02 +0000 (22:21 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3641 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lang/fr/tpl/display_media_zoom.tpl
gui/bweb/tpl/display_media_zoom.tpl

index aeed1f4f47e3949c0570a392b5832593168c1f78..c3331c22621c5d625867daf2b324ece675a1b53b 100644 (file)
@@ -1,7 +1,7 @@
 <table>
 <td valign='top'>
  <div class='titlediv'>
-  <h1 class='newstitle'> Media : <TMPL_VAR volumename></h1>
+  <h1 class='newstitle'> Media : <TMPL_VAR volumename> <TMPL_VAR comment></h1>
  </div>
  <div class='bodydiv'>
     <b> Informations </b><br/>
@@ -79,11 +79,12 @@ nrsTable.setup(
 }
 );
 
-var header = new Array( "Nombre de montage", "Temps de lecture", "Temps d'écriture", "Erreurs");
+var header = new Array( "Nb montage", "Nb recyclage", "Temps de lecture", "Temps d'écriture", "Erreurs");
 
 var data = new Array();
 data.push( new Array(
 "<TMPL_VAR nb_mounts>",
+"<TMPL_VAR recyclecount>",
 human_sec(<TMPL_VAR volreadtime>),
 human_sec(<TMPL_VAR volwritetime>),
 "<TMPL_VAR nb_errors>"
index be4db91d2d4af11742f2162776d528b1d498216b..c0503a1cbe4e7f337df37df571b887f89dd903cf 100644 (file)
@@ -1,7 +1,7 @@
 <table>
 <td valign='top'>
  <div class='titlediv'>
-  <h1 class='newstitle'> Media : <TMPL_VAR volumename></h1>
+  <h1 class='newstitle'> Media : <TMPL_VAR volumename> <TMPL_VAR comment></h1>
  </div>
  <div class='bodydiv'>
     <b> Media Infos</b><br/>
@@ -79,11 +79,12 @@ nrsTable.setup(
 }
 );
 
-var header = new Array( "Vol Mounts", "Read time", "Write time", "Errors");
+var header = new Array( "Vol Mounts", "Recycle count", "Read time", "Write time", "Errors");
 
 var data = new Array();
 data.push( new Array(
 "<TMPL_VAR nb_mounts>",
+"<TMPL_VAR recyclecount>",
 human_sec(<TMPL_VAR volreadtime>),
 human_sec(<TMPL_VAR volwritetime>),
 "<TMPL_VAR nb_errors>"