summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-10-25 21:38:14 -0400
committerEndi Sukma Dewata <edewata@redhat.com>2010-10-26 20:03:42 -0400
commit43212caf5d22a6965be0cdced521288dd6df097c (patch)
tree9998e4c75cce54353d4abda15341c02d1d83dcde /install
parent9afedcb68315db2429656db0c89da47a669519e0 (diff)
downloadfreeipa-43212caf5d22a6965be0cdced521288dd6df097c.tar.gz
freeipa-43212caf5d22a6965be0cdced521288dd6df097c.tar.xz
freeipa-43212caf5d22a6965be0cdced521288dd6df097c.zip
association header
header was missing on the association pages.
Diffstat (limited to 'install')
-rw-r--r--install/static/associate.js5
1 files changed, 4 insertions, 1 deletions
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($("<h2/>",{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)
{