mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
association header
header was missing on the association pages.
This commit is contained in:
parent
9afedcb683
commit
43212caf5d
@ -252,6 +252,10 @@ function AssociationList(obj, pkey, manyObj, associationColumns, jobj, associati
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.setup = function() {
|
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);
|
association_list_create(this.obj, this.container);
|
||||||
this.container.find(".search-filter").css("display", "none");
|
this.container.find(".search-filter").css("display", "none");
|
||||||
this.container.find(".search-buttons").html("");
|
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)
|
function association_form_create(jobj)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user