From b84b0239f804778b5f38482f9aa39894f92a723c Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 15 Nov 2010 15:15:47 -0500 Subject: HBAC css cleanup The additions to the search widget have to go one level deeper, as 'container' has both the action panel and the client area Conflicts: install/static/hbac.js install/static/hbacsvc.js install/static/hbacsvcgroup.js --- install/static/hbacsvcgroup.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'install/static/hbacsvcgroup.js') diff --git a/install/static/hbacsvcgroup.js b/install/static/hbacsvcgroup.js index 3a336555..e6845b9b 100755 --- a/install/static/hbacsvcgroup.js +++ b/install/static/hbacsvcgroup.js @@ -109,8 +109,6 @@ function ipa_hbacsvcgroup_search_facet(spec) { var that = this; - // TODO: replace with IPA.metadata[that.entity_name].label - $('

', { 'html': 'HBAC Service Groups' }).appendTo(container); var ul = $('.action-panel ul'); @@ -137,6 +135,11 @@ function ipa_hbacsvcgroup_search_facet(spec) { }).appendTo(ul); that.superior_create(container); + // TODO: replace with IPA.metadata[that.entity_name].label + container.children().last().prepend( + $('

', { 'html': 'HBAC Service Groups' })); + container.children().last().prepend('

'); + }; return that; -- cgit