From 828f87e4a6996c0509e7ea65fd6d090bc6ee90b8 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 12 Nov 2010 15:23:58 -0500 Subject: more css cleanup remove quick links css very close to specs --- install/static/entity.js | 73 +++++++++--------------------------------- install/static/group.js | 3 +- install/static/host.js | 3 +- install/static/hostgroup.js | 3 +- install/static/ipa.css | 53 +++++++++++++++++++++--------- install/static/netgroup.js | 3 +- install/static/policy.js | 10 ++---- install/static/serverconfig.js | 9 ++---- install/static/service.js | 7 ---- install/static/user.js | 1 - 10 files changed, 63 insertions(+), 102 deletions(-) (limited to 'install') diff --git a/install/static/entity.js b/install/static/entity.js index 4ae979e75..94eab45b6 100644 --- a/install/static/entity.js +++ b/install/static/entity.js @@ -318,18 +318,15 @@ function ipa_entity_setup(container, unspecified) { facet.load(container, unspecified); } -function ipa_facet_setup_views(container) { - - var facet = this; - var div = $('
', - { - "class":"action-panel", - html: $('

Actions

'), - }).appendTo(container); +function action_panel(entity_name){ + var div = $('
', { + "class":"action-panel", + html: $('

Actions

'), + }); var ul = $('