changelog shortlog tags manifest raw

changeset: Fix jpoker.places.templates.tourney

changeset 752: ab7750254c3d
parent 751:8b3022e641cc
child 753:177e5c2eff10
author: root@kun
date: Mon Aug 25 12:09:45 2008 +0000 (2 months ago)
files: jpoker/js/jquery.jpoker.js
description: Fix jpoker.places.templates.tourney
--- a/jpoker/js/jquery.jpoker.js	Mon Aug 25 10:21:37 2008 +0000
+++ b/jpoker/js/jquery.jpoker.js	Mon Aug 25 12:09:45 2008 +0000
@@ -3422,7 +3422,7 @@
 	    });
 	html.push(t.tables.footer);
 
-	html.push(t.tourneys.header.supplant({table_title: _("Tourneys")}));
+	html.push(t.tourneys.header.supplant({tourney_title: _("Tourneys")}));
 	$.each(packet.tourneys, function(i, tourney) {
 		html.push(t.tourneys.rows.supplant({tourney: tourney}));
 	    });