From 43212caf5d22a6965be0cdced521288dd6df097c Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 25 Oct 2010 21:38:14 -0400 Subject: association header header was missing on the association pages. --- install/static/associate.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install/static/associate.js b/install/static/associate.js index 49f2fd5d8..be189963f 100644 --- a/install/static/associate.js +++ b/install/static/associate.js @@ -252,6 +252,10 @@ function AssociationList(obj, pkey, manyObj, associationColumns, jobj, associati } this.setup = function() { + //TODO I18N + var header_message = manyObj + "(s) enrolled in " + + this.obj + " " + pkey; + this.container.append($("

",{html: header_message }) ); association_list_create(this.obj, this.container); this.container.find(".search-filter").css("display", "none"); this.container.find(".search-buttons").html(""); @@ -288,7 +292,6 @@ function AssociationList(obj, pkey, manyObj, associationColumns, jobj, associati } } -/* FIXME: TEMPORARY FACET GENERATORS; WE NEED A BETTER WAY! */ function association_form_create(jobj) { -- cgit