]> git.sur5r.net Git - bacula/bacula/commitdiff
bweb: small fix in overview tab
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 8 Oct 2010 07:49:20 +0000 (09:49 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 13 Oct 2010 18:05:23 +0000 (20:05 +0200)
gui/bweb/lang/en/tpl/overview.tpl
gui/bweb/lang/es/tpl/overview.tpl
gui/bweb/lang/fr/tpl/overview.tpl
gui/bweb/tpl/overview.tpl

index 50ce025b9cc93a8df75ae0ce88de45681e5c0b96..bdcceae21cb4c2efe2f9ea523a24c0e86dd1e835 100644 (file)
@@ -41,6 +41,7 @@ var tr; var td; var img; var infos;
 var all = new Array();
 var dates = {};
 var dates_pos = {};
+var max_pos=0;
 
 <TMPL_LOOP items>
 infos = new Array();
@@ -104,6 +105,7 @@ function init_tab() // initialize the table
        dates_pos[j]=i++;        // position in the tab
        document.getElementById("days").appendChild(t);
     }
+    max_pos=i;
 }
 
 function add_client(name, infos)
@@ -138,6 +140,11 @@ function add_client(name, infos)
 //     a.appendChild(img);
         td.appendChild(img);        
     }
+
+    while (cur_pos++ < max_pos) {
+       td=document.createElement("TD"); 
+       tr.appendChild(td);
+    }
 }
 
 init_tab();
index 50ce025b9cc93a8df75ae0ce88de45681e5c0b96..bdcceae21cb4c2efe2f9ea523a24c0e86dd1e835 100644 (file)
@@ -41,6 +41,7 @@ var tr; var td; var img; var infos;
 var all = new Array();
 var dates = {};
 var dates_pos = {};
+var max_pos=0;
 
 <TMPL_LOOP items>
 infos = new Array();
@@ -104,6 +105,7 @@ function init_tab() // initialize the table
        dates_pos[j]=i++;        // position in the tab
        document.getElementById("days").appendChild(t);
     }
+    max_pos=i;
 }
 
 function add_client(name, infos)
@@ -138,6 +140,11 @@ function add_client(name, infos)
 //     a.appendChild(img);
         td.appendChild(img);        
     }
+
+    while (cur_pos++ < max_pos) {
+       td=document.createElement("TD"); 
+       tr.appendChild(td);
+    }
 }
 
 init_tab();
index 50ce025b9cc93a8df75ae0ce88de45681e5c0b96..bdcceae21cb4c2efe2f9ea523a24c0e86dd1e835 100644 (file)
@@ -41,6 +41,7 @@ var tr; var td; var img; var infos;
 var all = new Array();
 var dates = {};
 var dates_pos = {};
+var max_pos=0;
 
 <TMPL_LOOP items>
 infos = new Array();
@@ -104,6 +105,7 @@ function init_tab() // initialize the table
        dates_pos[j]=i++;        // position in the tab
        document.getElementById("days").appendChild(t);
     }
+    max_pos=i;
 }
 
 function add_client(name, infos)
@@ -138,6 +140,11 @@ function add_client(name, infos)
 //     a.appendChild(img);
         td.appendChild(img);        
     }
+
+    while (cur_pos++ < max_pos) {
+       td=document.createElement("TD"); 
+       tr.appendChild(td);
+    }
 }
 
 init_tab();
index bac74b6b45e942a2e0b69c69e3bfb9da9b672c09..b68054d9864c368e7dd0588d3f8a8b3faf03d317 100644 (file)
@@ -41,6 +41,7 @@ var tr; var td; var img; var infos;
 var all = new Array();
 var dates = {};
 var dates_pos = {};
+var max_pos=0;
 
 <TMPL_LOOP items>
 infos = new Array();
@@ -104,6 +105,7 @@ function init_tab() // initialize the table
        dates_pos[j]=i++;        // position in the tab
        document.getElementById("days").appendChild(t);
     }
+    max_pos=i;
 }
 
 function add_client(name, infos)
@@ -138,6 +140,11 @@ function add_client(name, infos)
 //     a.appendChild(img);
         td.appendChild(img);        
     }
+
+    while (cur_pos++ < max_pos) {
+       td=document.createElement("TD"); 
+       tr.appendChild(td);
+    }
 }
 
 init_tab();