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 ++++++++++-------------------------------------- 1 file changed, 15 insertions(+), 58 deletions(-) (limited to 'install/static/entity.js') diff --git a/install/static/entity.js b/install/static/entity.js index 4ae979e7..94eab45b 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 = $('