- Web UI: Display generation information in torrent properties

This commit is contained in:
Christophe Dumez 2009-11-24 08:53:14 +00:00
parent ce6f665a7b
commit e35d100769
8 changed files with 210 additions and 53 deletions

View file

@ -43,6 +43,13 @@ var dynamicTable = new Class ({
this.priority_hidden = false;
this.progressIndex = progressIndex;
this.filter = 'all';
this.current_hash = '';
},
getCurrentTorrentHash: function() {
if(this.cur.length > 0)
return this.cur[0];
return '';
},
altRow: function()
@ -200,6 +207,7 @@ var dynamicTable = new Class ({
temptr.addClass('selected');
}
this.cur[0] = id;
// TODO: Warn Properties panel
}
}
return false;