history tab changes

This commit is contained in:
ankitg
2010-06-26 16:42:29 +05:30
parent 8a672bad12
commit de28609ff9
4 changed files with 22 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ function display(init,final) {
str ='';
for ( var i=0; i < history_array.length; i++){
var temp = history_array[i].get_tab() + '.' + history_array[i].get_obj_no();
str += '<h2 class="tiger"><a href="#"></a>' + temp + '</h2>';
str += '<h2 class="tiger"><a href="#">' + temp + '</a></h2>';
str +='<div class="toggle_container">\n';
while((history_array[i].get_tab() + '.' + history_array[i].get_obj_no()) == temp) {
str +='<div class="block"> <table>';