]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/display_job.tpl
ebl Add markups to do automatique translation instead of having multiple tpl dirs
[bacula/bacula] / gui / bweb / tpl / display_job.tpl
index d89b77abdc98cf8727e649855bedfd259da5c60a..87da20674ab599e9a19ded5dd7075140d8b653c9 100644 (file)
@@ -1,5 +1,5 @@
  <div class='titlediv'>
-  <h1 class='newstitle'> Last Jobs (<TMPL_VAR Filter>)</h1>
+  <h1 class='newstitle'> __Last Jobs__ (<TMPL_VAR Filter>)</h1>
  </div>
  <div class='bodydiv'>
     <table id='id<TMPL_VAR ID>'></table>
@@ -13,17 +13,17 @@ document.getElementById('status_<TMPL_VAR status>').checked = true;
 
 
 var header = new Array("JobId",
-                      "Client",
-                      "Job Name", 
-                      "FileSet",
-//                     "Pool",
-                       "Level",
-                       "StartTime",
-                      "Duration",
-                       "JobFiles",
-                       "JobBytes", 
-                       "Errors",
-                      "Status");
+                      "__Client__",
+                      "__Job Name__", 
+                      "__FileSet__",
+//                     "__Pool__",
+                       "__Level__",
+                       "__StartTime__",
+                      "__Duration__",
+                       "__JobFiles__",
+                       "__JobBytes__", 
+                       "__Errors__",
+                      "__Status__");
 
 var data = new Array();